summaryrefslogtreecommitdiff
path: root/mcs/tests/test-411-lib.cs
blob: 50c0c8046712f0662c316f44c7ebcb5e0153c55a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Compiler options: -t:library

namespace Qt
{
	public class QtSupport
	{
		protected static event MousePressEvent mousePressEvent;

		protected delegate void MousePressEvent ();
	}

}