New test.
[mono.git] / mcs / errors / cs0657-18.cs
1 // cs0657-18.cs: `assembly' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `type'
2 // Line : 9
3
4 using System;
5
6 [assembly: CLSCompliant (false)]
7 public class C {}
8     
9 [assembly: CLSCompliant (false)]
10 public class D {}