"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs1548-2.cs
blob1242370c463ba8b51033fcb9e63d60f03b6fc528
1 // CS1548: Error during assembly signing. The specified key file `cs1548-2.cs' has incorrect format
2 // Line: 0
4 using System.Reflection;
6 [assembly: AssemblyKeyFile ("cs1548-2.cs")]
8 class MyClass {
10 public static void Main (string [] args)