// cs0165.cs: Use of unassigned local variable // Line: 9 class T { static void Main () { int errors; errors += 1; } }