[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-353.cs
1 // Compiler options: support-353.cs -out:test-353.exe
2
3 using System;
4  
5 [Obsolete]
6 public class One { }
7  
8 #pragma warning disable 612
9  
10 public class Two {
11         private One one;
12 }