[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs1616.cs
blobaff7ac9e34f24628c3fda6665b7d2cb184da0031
1 // CS1616: Option `keyfile' overrides attribute `System.Reflection.AssemblyKeyFileAttribute' given in a source file or added module
2 // Line: 0
3 // Compiler options: -keyfile:CS1616.snk -warnaserror
5 using System.Reflection;
7 [assembly: AssemblyKeyFile("mono.snk")]
9 class C
11 public static void Main () {}