[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-470.cs
1 // Compiler options: -r:gtest-470-lib.dll
2
3 class C
4 {
5         public static void Main ()
6         {
7                 var x = new B ();
8                 x.Foo<C> ();
9         }
10 }