cleol
[mcs.git] / errors / cs0103.cs
blob3aadeaaf5d665cc8d40725cfc4db0a16fc656417
1 // CS0103: The name `count' does not exist in the current context
2 // Line: 6
4 class ClassMain {
5 public static void Main () {
6 count++;