(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs1616.cs
blob1d52ae2c39c29ada0e5a02adf1b04994e2444727
1 // cs1616.cs: Option 'keyfile' overrides 'System.Reflection.AssemblyKeyFileAttribute' given in source
2 // Line: 0
3 // Compiler options: -keyfile:CS1616.snk -warnaserror
5 using System.Reflection;
7 [assembly: AssemblyKeyFile("mono.snk")]
9 class C
11 public static void Main () {}