14 lines
431 B
C#
Raw Normal View History

// 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 ()
{
}
}