(function() {
  for each(let x in [new Boolean(), new Boolean(), /x/, /x/]) {
    while (x % x * /x/) {}
  }
})()

/* Don't crash. */