It is now possible to select the font, size or style with the
[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 }