2007-09-18 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / jtests / assign-less-than-eq.js
1 var x, y, z;
2
3 z = x <=  y;