Merge pull request #4327 from vkargov/vk-abcremedy
[mono.git] / mcs / tests / test-332.cs
index b272f22d8d9579f7a52077a991e65fce8b9d86ae..12fbb0b8a14a3d2f1edf1c511358f313ae07cc4f 100644 (file)
@@ -1,5 +1,11 @@
-// Compiler options: -t:library
 
 /* foo */
 #define FOO
 
+/* bar */ // bar again
+#define BAR
+
+public class C
+{
+    public static void Main () {}
+}
\ No newline at end of file