1 // cs0579.cs: The attribute `System.Reflection.AssemblyKeyNameAttribute' cannot be applied multiple times
4 using System
.Reflection
;
5 using System
.Runtime
.CompilerServices
;
8 [assembly
: AssemblyKeyName("")]
9 [assembly
: AssemblyKeyName("")]
13 public static void Main () { }