2007-10-09 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / jtests / simple-assign-vars.js
1 var x, y;
2
3 x = y;