2002-02-20 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / tests / test-60.cs
1 //
2 // Really lame test, but it should be fine for now
3 //
4 #if YY
5 #if X
6 #elif Y
7 #else
8 #endif
9 #else
10 class X {
11         static int Main ()
12         {
13                 return 0;
14         }
15 }
16 #endif