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

test-797.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac160226afd00509f336c593658443dfc940af9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Compiler options: -warnaserror -debug

#pragma checksum "c:\foo\Pragma.txt" "{606ea660-14cf-cc82-b6f0-42d48170a799}" "AB"
#pragma checksum "b.txt" "{ee1816fc-aa5e-4d10-8ff7-6f4963833f60}" "EE0BAA"
#pragma checksum "d.txt" "{ee1816fc-aa5e-4d10-8ff7-6f4963833f60}" "7F9B77ACAA31C1F80B3DA15F6E748916"
#pragma checksum " " "{00000000-0000-0000-0000-000000000000}" ""  // some comments

class C
{
	public static void Main ()
	{
	}
}