Switch to compiler-tester
[mono.git] / mcs / tests / test-332.cs
1
2 /* foo */
3 #define FOO
4
5 /* bar */ // bar again
6 #define BAR
7
8 public class C
9 {
10     public static void Main () {}
11 }