Switch to compiler-tester
[mono.git] / mcs / tests / test-xml-031.cs
diff --git a/mcs/tests/test-xml-031.cs b/mcs/tests/test-xml-031.cs
new file mode 100644 (file)
index 0000000..872e0a7
--- /dev/null
@@ -0,0 +1,13 @@
+// Compiler options: -doc:xml-031.xml -warn:4 -warnaserror
+//// Some comment
+////how about this line?
+using System;
+using System.IO;
+
+class Test
+{
+       public static void Main ()
+       {
+       }
+}
+