* Makefile (TEST_HARNESS_EXTRAS): New. List of files that need to
[mono.git] / mcs / tests / gen-7.cs
1 class Stack<T> : X
2 {
3 }
4
5 class Test
6 {
7 }
8
9 class X
10 {
11         static void Main()
12         {
13         }
14 }