Merge pull request #5636 from BrzVlad/fix-xmm-scan
[mono.git] / mcs / errors / cs8101.cs
1 // CS8101: The pathmap option was incorrectly formatted
2 // Line: 0
3 // Compiler options: -pathmap:a=
4
5 class X
6 {
7 }