summaryrefslogtreecommitdiff
path: root/mcs/tests/test-xml-031.cs
blob: 872e0a72fbc22e9d71402201c14952adeca83618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 ()
	{
	}
}