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

2 lines
63 B
JavaScript

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