New test.
[mono.git] / mcs / errors / cs3008-3.cs
1 // cs3008-3.cs: Identifier `_A' is not CLS-compliant
2 // Line: 7
3
4 using System;
5 [assembly:CLSCompliant(true)]
6
7 public class _A {
8 }