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

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

using Inner = Foo.Bar.Baz.Inner;
public class Driver {
        public static void Main () {
                Inner.Frob();
        }
}