* man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.
[mono.git] / mcs / tests / gen-3.cs
1 class Stack<T> {
2 }
3
4 class Test {
5 }
6
7 class T {
8         Stack<Test> a;
9
10         static void Main()
11         {
12         }
13 }