[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-xml-073.cs
1 // Compiler options: -doc:xml-073.xml
2 ///<text>
3 ///A line
4 ///
5 ///   An indented line
6 ///</text>
7 class X
8 {
9     public static void Main ()
10     {
11
12     }
13 }