Comment out 362 until 74565 is fixed
[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 }