[bcl] Update tests that failed when .cs file contained CRLF
[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 }