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

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

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