Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-413.cs
1 // Compiler options: -r:test-413-lib.dll
2
3 using Inner = Foo.Bar.Baz.Inner;
4 public class Driver {
5         public static void Main () {
6                 Inner.Frob();
7         }
8 }