blob: c587cbb8c7c193887d20f04578557460dcd3c99f [file] [log] [blame]
// This test passes if it does not crash in Debug builds
(function() {
try {
eval('\'\\\n\n\'');
} catch {}
try {
new Function("/* comment */\n(/*;");
} catch {}
})();