add bug info
[mcs.git] / tests / test-546.cs
blobf7197d5e58b4ac977dec116d1dd0a371de7ac56a
1 #if DEF1
2 #define DEF2
3 #endif
5 #if DEF2
6 Invisible code;
7 #endif
9 namespace NameSpace
11 class C
13 public static void Main () {}