0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/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;