New test.
[mono.git] / mcs / errors / CS0118-2-lib.cs
1 // Compiler options: -t:library
2
3 namespace A.B.C {
4         public class B {
5         }
6 }