Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-411-lib.cs
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 }