"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0579-4.cs
blobae9447ea9917c207803270a1a453db037a87df6e
1 // CS0579: The attribute `System.Reflection.AssemblyKeyNameAttribute' cannot be applied multiple times
2 // Line : 7
3 // Compiler options: CS0579-4-1.cs
5 using System.Reflection;
7 [assembly: AssemblyKeyName("")]
9 public class Blah {
10 public static void Main () { }