Ignore runtime configuration files generated during quality assurance.
1 // Binary: cache/js-dbg-32-5cca0408a73f-linux
5 options("strict_mode");
6 function test(str, arg, result) {
7 var fun = new Function('x', str);
8 var got = fun.toSource();
10 test('return let (y) x;');