2003-12-28 Ben Maurer <bmaurer@users.sourceforge.net>
[mono.git] / mcs / tests / gen-13-dll.cs
1 public class Stack<S>
2 {
3         public void Hello (S s)
4         { }
5 }