2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-476.cs
blob60787efbfa9cf5b5ed5d3e6f48b57e39b315fdfe
1 #if false
2 #line hahaha
3 #error
4 #pragma warning disable 3005 // wrong directive on csc 1.x
5 public class Foo
8 #pragma warning restore // wrong directive on csc 1.x
10 #region // blank -> no error
11 #endregion
13 #endif // of funky directives
15 public class Test
17 public static void Main ()