2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-411-lib.cs
blob50c0c8046712f0662c316f44c7ebcb5e0153c55a
1 // Compiler options: -t:library
3 namespace Qt
5 public class QtSupport
7 protected static event MousePressEvent mousePressEvent;
9 protected delegate void MousePressEvent ();