[xbuild] Vbc task - make error column check a little non-specific.
[mono.git] / mcs / tests / test-476.cs
1 #if false
2 #line hahaha
3 #error
4 #pragma warning disable 3005 // wrong directive on csc 1.x
5         public class Foo
6         {
7         }
8 #pragma warning restore // wrong directive on csc 1.x
9
10 #region // blank -> no error
11 #endregion
12
13 #endif // of funky directives
14
15 public class Test
16 {
17         public static void Main ()
18         {
19         }
20 }
21