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

1 line
63 B
JavaScript

function main2() { var a = 1 + 3; var b = a++; return b + a; }