merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / tests / gtest-123.cs
1 class A<T>
2 {
3         public delegate void Foo ();
4         public delegate void Bar<U> ();
5 }
6
7 class X
8 {
9         static void Main ()
10         { }
11 }