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