[amd64] Save missing register
[mono.git] / mcs / errors / cs1566.cs
1 // CS1566: 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