Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-xml-031.cs
1 // Compiler options: -doc:xml-031.xml -warn:4 -warnaserror
2 //// Some comment
3 ////how about this line?
4 using System;
5 using System.IO;
6
7 class Test
8 {
9         public static void Main ()
10         {
11         }
12 }
13