[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mono / tests / sgen-oom-cementing-stress.cs
1 using MonoTests.Helpers;
2
3 public class Program {
4         public static void Main (string[] args)
5         {
6                 OOMHelpers.RunTest ("sgen-cementing-stress");
7         }
8 }