// cs0103.cs: The name `count' does not exist in the context of `ClassMain' // Line: 6 class ClassMain { public static void Main () { count++; } }