node/test/fixtures/debug-target.js
2012-09-18 10:56:37 +04:00

5 lines
35 B
JavaScript

var a = 0;
a += 1;
a += 2;
a += 3;