eol
[mcs.git] / tests / test-694.cs
blob2c19d0a88bd0be4800aff21620331882bc195a25
1 // Compiler options: -d:X
3 #undef X
5 #if X
6 private // must be ignored
7 #else
8 public
9 #endif
10 class Test
12 public static int Main ()
14 return 0;