// File to compile, no error
print('Hello from test_compile1.js');
print(new Error('test error for traceback (shows filename)').stack);