[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-460.cs
1 // Compiler options: -unsafe
2
3 unsafe class MainClass {
4         static void *pv = null;
5         static int *pi = (int *) pv;
6         public static void Main () { }
7 }
8