Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / tests / test-846.cs
1 // Compiler options: -r:test-846-lib.dll
2
3 class Test
4 {
5         public static int Main ()
6         {
7                 new B ().Foo ();
8                 return 0;
9         }
10 }