2005-03-23 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / tests / test-98.cs
old mode 100755 (executable)
new mode 100644 (file)
index b03fd27..17842ab
@@ -10,4 +10,9 @@ class X {
 }
 
 class Y : X {
+
+       public static int Main ()
+       {
+               return 0;
+       }
 }