[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-641.cs
1 // Compiler options: -r:gtest-641-lib.dll
2
3 using System;
4
5 class SomeClass
6 {
7         public static void Main ()
8         {
9                 IEquatable<Foo<int>.Bar.FooBar> a = new Foo<int>.Bar.FooBar ();
10         }
11 }