gecko-dev/browser/devtools/debugger/test/code_ugly-3.js

2 lines
63 B
JavaScript

function main3() { var a = 1; debugger; noop(a); return 10; };