tenfourfox/devtools/client/debugger/test/mochitest/code_ugly-2.js

2 lines
63 B
JavaScript
Raw Normal View History

2017-04-19 07:56:45 +00:00
function main2() { var a = 1 + 3; var b = a++; return b + a; }