2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0165.cs
blob42647b1083337b90a0f62b73574082e40feefc53
1 // cs0165.cs: Use of unassigned local variable `errors'
2 // Line: 9
4 class T {
5 static void Main ()
7 int errors;
9 errors += 1;