2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[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 }