[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs1577-2.cs
blob12d909fb4a13e9cc5ee1a4fc4f14676582f92076
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: -r:CS1577-lib.dll
5 [assembly: System.Reflection.AssemblyKeyFileAttribute ("cs1577.snk")]
7 class Test
9 static void Main ()
11 C c = new C ();