[msvc] Update csproj files (#4395)
[mono.git] / mcs / tests / test-60.cs
index d80ae12de12606833a73454c73fc2593c8185414..7c328637faff7541c43e450d29033cc1fc8e2d39 100644 (file)
@@ -6,18 +6,33 @@
 #region "dunno"
 #endregion
 
+#if FALSE
+       #region Fields
+               #if B
+                       int a;
+               #else
+                       bool a;
+               #endif
+       #endregion
+#endif
+
 #if FLAG_FALSE
+        #pragma foo
         namespace ns1
 #else
         #if FLAG_FALSE
                         #if FLAG_FALSE
+                                #error No error
                                 namespace ns2
                         #else
+                                #line aa
                                 namespace ns3
                         #endif
         #else
                 #if FLAG_TRUE
                         namespace ns4
+                #elif FLAG_FALSE
+                        namespace ns41
                 #else
                         namespace ns5
                 #endif
@@ -45,7 +60,7 @@
 #endif
 #else
 class X {
-       static int Main ()
+       public static int Main ()
        {
 #if (TEST)
                ns5.Y y = new ns5.Y ();