Switch to compiler-tester
[mono.git] /
1 // Compiler options: -t:library
2
3 namespace Qt
4 {
5         public class QtSupport
6         {
7                 protected static event MousePressEvent mousePressEvent;
8
9                 protected delegate void MousePressEvent ();
10         }
11
12 }