[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-761.cs
1 // Compiler options: -r:test-761-lib.dll
2
3 public class C
4 {
5         [Derived ()]
6         [Derived ()]
7         int I { get; set; }
8
9         public static void Main ()
10         {
11         }
12 }