2002-08-05 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / tests / test-96.cs
index d32896c91f61839e233127318133392fec8dce0b..718a95f17496e532ca53226f11a23a959c92ad57 100755 (executable)
@@ -7,15 +7,14 @@ namespace N1
 {      
        public class A
        {               
+               static int Main  ()
+               {
+                       return 0;
+               }
        }
 
        //
        // A used to not be resolved
        //
        public delegate void C(object sender, A a);
-
-       static int Main  ()
-       {
-               return 0;
-       }
 }