node/test/fixtures/debug-target.js

5 lines
35 B
JavaScript
Raw Normal View History

2012-09-08 02:18:39 +08:00
var a = 0;
a += 1;
a += 2;
a += 3;