Switch to compiler-tester
[mono.git] /
1 // Compiler options: -r:gen-13-dll.dll
2
3 public class X
4 {
5         Stack<int> stack;
6
7         void Test ()
8         {
9                 stack.Hello (3);
10         }
11
12         static void Main ()
13         { }
14 }