[amd64] Save missing register
[mono.git] / mcs / errors / cs1699-2.cs
1 // CS1699: Use compiler option `keycontainer' or appropriate project settings instead of `AssemblyKeyNameAttribute' attribute
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
4
5 using System.Reflection;
6
7 [assembly:AssemblyKeyNameAttribute ("container")]