2007-07-05 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / jtests / simple-assign-vars.js
1 var x, y;
2
3 x = y;