updating to the latest module.
[mono.git] / mcs / errors / cs0579-4.cs
1 // cs0579.cs : Duplicate 'AssemblyKeyName' attribute
2 // Line : 7
3 // Compiler options: CS0579-4-1.cs
4
5 using System.Reflection;
6
7 [assembly: AssemblyKeyName("")]
8
9 public class Blah {
10         public static void Main () { }
11 }
12