[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-330.cs
1 class X {
2         public static void Main ()
3         {
4                 System.IFormattable foo = -1;
5         }
6 }