1/*
2 * comments dropped by uglify.
3 */
4function Hello() {
5  throw Error('goodbye');
6}
7
8setImmediate(function() {
9  Hello();
10});
11