Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-419.cs
1 // Compiler options: -r:test-419-2-lib.dll -r:test-419-3-lib.dll
2
3 class Test {
4         public static void Main () {
5                 Provider p = new Provider ();
6         }
7 }