[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-var-04.cs
1 namespace Test
2 {
3         public class A
4         {
5                 public static int Main ()
6                 {
7                         var x = 1;
8                         return 0;
9                 }
10         }
11
12         namespace var
13         {
14         }
15 }