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