Merge pull request #1900 from esdrubal/cyclic-ref
[mono-project.git] / mcs / errors / cs1697.cs
blob1b6cc6fd4f162c31094c8a88adeb4e2431d2a8ee
1 // CS1697: Different checksum values specified for file `a.xml'
2 // Line: 6
3 // Compiler options: -debug -warnaserror
5 #pragma checksum "a.xml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "60d1c7f99b6e992275cf155c8a54c018"
6 #pragma checksum "a.xml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "60d1c7f99b6e992275cf155c8a54c019"
8 class TestClass
10 static void Main()