Merge pull request #5636 from BrzVlad/fix-xmm-scan
[mono.git] / mcs / errors / cs1548-4.cs
1 // CS1548: Error during assembly signing. The specified key file `missing.snk' does not exist
2 // Line: 0
3 // Compiler options: -keyfile:missing.snk
4
5 class C
6 {
7         public static void Main ()
8         {
9         }
10 }