[runtime] Coverage profiler fixes (#5698)
[mono.git] / mcs / tests / test-xml-034.cs
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 }