Switch to compiler-tester
[mono.git] /
1 // Compiler options: -doc:xml-034.xml -warn:4 -warnaserror
2 using System;
3
4 /// valid comment.
5 public class Test
6 {
7         static void Main () 
8         {
9         }
10 }