[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-944.cs
1 // Compiler options: -r:test-944-lib.dll
2
3 public class Class2
4 {
5         public static void Main ()
6         {
7                 var writer = new Class1();
8                 byte[] bytes = writer.Finalize();
9         }
10 }