blob: c54be3e5f7ff3a800c1c07ccc23b059b332fec99 (
plain)
1
2
3
4
5
6
|
/**
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
// Deliberate syntax error, should generate a worker exception!
for (var index = 0; index < 100) {}
|