* man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.
[mono.git] / mcs / tests / gen-17-dll.cs
1 // Compiler options: -t:library
2
3 public class Stack
4 {
5         public Stack ()
6         { }
7
8         public void Hello<T> (T t)
9         { }
10 }