Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-802.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e232e30dd48e1ab901bab95767d0b02c6537af35 (plain)
1
2
3
4
5
6
7
8
9
#pragma warning disable 1591
public class C
{
	public static void Main ()
	{
		// only to test tokenizer with eof
	}
}
#pragma warning restore 1591