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