[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / test-846.cs
blobca5373124decddc7d1d9382c7fea1fb3c923cad3
1 // Compiler options: -r:test-846-lib.dll
3 class Test
5 public static int Main ()
7 new B ().Foo ();
8 return 0;