1 2 3 4 5
load(libdir + "asserts.js"); assertThrowsInstanceOf(function () { eval("function f()((l()))++2s"); }, SyntaxError);