Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[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 }