* Makefile (multi-2): Remove. Move comments to README.tests.
[mono.git] / mcs / tests / gen-13-dll.cs
1 // Compiler options: -t:library
2
3 public class Stack<S>
4 {
5         public void Hello (S s)
6         { }
7 }