Merge pull request #5714 from alexischr/update_bockbuild
[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 }