[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-944-lib.cs
1 // Compiler options: -t:library
2
3 public class Class1
4 {
5         public byte[] Finalize ()
6         {
7                 return null;
8         }
9 }