Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-420.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99efeda89be53836bd6537b6d937a65c58be538d (plain)
1
2
3
4
5
6
7
// Compiler options: -r:test-419-3-lib.dll -r:test-419-2-lib.dll

class Test {
        static void Main () {
                Provider p = new Provider ();
        }
}