Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-939.cs
1 // Compiler options: -r:dlls/test-939-1/test-939-ref.dll -r:dlls/test-939-2/test-939-lib.dll -r:dlls/test-939-common.dll
2
3 class X
4 {
5         public static void Main ()
6         {
7         }
8
9         static void RealTest ()
10         {
11                 A.Foo ();
12                 new B ();
13         }
14 }