[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-546.cs
1 #if DEF1
2 #define DEF2
3 #endif
4
5 #if DEF2
6 Invisible code;
7 #endif
8
9 namespace NameSpace
10 {
11         class C
12         {
13                 public static void Main () {}
14         }
15 }