60cebd89c4f156b450cc52bc5b7400dcf0bd1f79
[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 }