Updated with review feedback.
[mono.git] / mcs / errors / cs1577.cs
1 // CS1577: Referenced assembly `CS1577-lib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name
2 // Line: 0
3 // Compiler options: -keyfile:cs1577.snk -r:CS1577-lib.dll
4
5 class Test
6 {
7         static void Main ()
8         {
9                 C c = new C ();
10         }
11 }