[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-559-lib.cs
1 // Compiler options: -target:library
2
3 public class B
4 {
5         public delegate void TestDelegate ();
6         public virtual event TestDelegate TestEvent;
7 }