Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs3008-9.cs
1 // CS3008: Identifier `__N' is not CLS-compliant
2 // Line: 7
3 // Compiler options: -warnaserror -warn:1
4
5 [assembly:System.CLSCompliant(true)]
6
7 namespace __N
8 {
9 }