* LocalFileEventLog.cs: When event log store does not exist, then we
[mono.git] / mcs / jtests / simple-assign-vars.js
1 var x, y;
2
3 x = y;