[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-xml-003.cs
1 // Compiler options: -doc:xml-003.xml
2 using System;
3
4 namespace Testing
5 {
6         public class Test
7         {
8                 public static void Main ()
9                 {
10                         /// here is an extraneous comment
11                 }
12         }
13 }
14