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