[mcs] Add pathmap option
[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 }