* MonthCalendar.cs:
[mono-project.git] / mcs / tests / gen-13-dll.cs
blobe535bbe394e256d92c948d988436c23415457955
1 // Compiler options: -t:library
3 public class Stack<S>
5 public void Hello (S s)
6 { }