blob: 5b1eca1ce229c8bd5f5d806e23d2fb0780dff7c8 [file] [log] [blame]
description(
"This file tests whether the 'debugger' statement throws a syntax error. (IE respects 'debugger' as a statement that behaves like a breakpoint)."
);
debugger
debugger;
var successfullyParsed = true;