[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0657-18.cs
blobc4972c5fcb24a44b61ec7f0cea4dbe38ed4accef
1 // CS0657: `assembly' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `type'. All attributes in this section will be ignored
2 // Line: 10
3 // Compiler options: -warnaserror
5 using System;
7 [assembly: CLSCompliant (false)]
8 public class C {}
10 [assembly: CLSCompliant (false)]
11 public class D {}