eol
[mcs.git] / tests / gtest-013.cs
blob3a248e61a67581fc861978530e3e5b127d72641e
1 // Compiler options: -r:gtest-013-lib.dll
3 public class X
5 Stack<int> stack;
7 void Test ()
9 stack.Hello (3);
12 static void Main ()
13 { }