Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-413-lib.cs
1 // Compiler options: -t:library
2
3 namespace Foo {
4 namespace Bar {
5         public class Baz {
6                 public class Inner {
7                         public static void Frob() { }
8                 }
9         }
10 }
11 }