Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-420.cs
1 // Compiler options: -r:test-419-3-lib.dll -r:test-419-2-lib.dll
2
3 class Test {
4         public static void Main () {
5                 Provider p = new Provider ();
6         }
7 }