14 lines
367 B
C#
Raw Permalink Normal View History

// CS1697: Different checksum values specified for file `a.xml'
// Line: 6
// Compiler options: -debug -warnaserror
#pragma checksum "a.xml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "60d1c7f99b6e992275cf155c8a54c018"
#pragma checksum "a.xml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "60d1c7f99b6e992275cf155c8a54c019"
class TestClass
{
static void Main()
{
}
}