2008-02-16 Ivan N. Zlatev <contact@i-nz.net>
[mono.git] / mcs / jtests / simple-assign-vars.js
1 var x, y;
2
3 x = y;