[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1548-2.cs
1 // CS1548: Error during assembly signing. The specified key file `cs1548-2.cs' has incorrect format
2 // Line: 0
3
4 using System.Reflection;
5
6 [assembly: AssemblyKeyFile ("cs1548-2.cs")]
7
8 class MyClass {
9
10         public static void Main (string [] args)
11         {
12         }
13 }