node/test/fixtures/debugger-repeat-last.js

8 lines
43 B
JavaScript

var a = 1;
var b = 2;
var c = 3;
b = c;