New test.
[mono.git] / mcs / errors / cs0006.cs
1 // CS0006: Cannot find assembly file `a:b'\r
2 // Line: 0\r
3 // Compiler options: -r:a:b\r
4 \r
5 class C\r
6 {\r
7 }