Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[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 }