In ilasm/tests:
[mcs.git] / errors / cs0579-4.cs
blob11517ee7a96f0411fa42f700fa63810ea505b302
1 // cs0579.cs : Duplicate `AssemblyKeyName' attribute
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 () { }