[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-1.cs
1 using System;
2
3 class X {
4         public static int Main (string [] args)
5         {
6                 Console.WriteLine ("Hello, World!");
7                 return 0;
8         }
9 }