[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-419-3-lib.cs
1 // Compiler options: -t:library
2
3 public class Provider {
4         public static void Main ()
5         {
6         }
7 }
8
9 public class Foo {
10         public static void Main ()
11         {
12         }
13 }