New test.
[mono.git] / mcs / errors / cs1566.cs
1 // cs1566.cs: Error reading resource file `1'
2 // Line: 0
3 // Compiler options: -res:1,A
4
5 class C
6 {
7         public static void Main () {}
8 }
9
10