Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-645.cs
1 // Compiler options: -r:test-645-lib.dll
2
3 class C
4 {
5         public static void Main ()
6         {
7                 var n = new A.AN ();
8                 n.TestReturn ().Test ();
9                 
10                 var t2 = new T2 ();
11                 t2.Test ();
12         }
13 }