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: b5b2a9eece84dcf5a9fb881e82ab60a05d730b2f (plain)
1
2
3
4
5
6
7
// Compiler options: -r:test-419-3-lib.dll -r:test-419-2-lib.dll

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