[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-431.cs
1 // Compiler options: -r:gtest-431-lib-1.dll -r:gtest-431-lib-2.dll -noconfig
2
3 using System;
4
5 using Library;
6
7 class Program {
8
9         public static void Main ()
10         {
11                 var foo = new Foo ();
12                 foo.Bar ();
13         }
14 }