Updated with review feedback.
[mono.git] / mcs / errors / cs1027-2.cs
1 // CS1027: Expected `#endif' directive
2 // Line: 11
3 // Compiler options: -d:NET_2_0
4
5 #if NET_2_0
6
7 class Test
8 {
9 }
10