Merge pull request #2377 from joelmartinez/docs-multiassembly-extension-fix
[mono.git] / mono / tests / verifier / invalid_ldsfld_nonstatic_fld.il
index 58c95d11c0ae1f76b601fc86fbd393655613a0cf..ba9ccf204057316aca11eba8532c97c935656141 100644 (file)
@@ -1,6 +1,13 @@
 // Invalid CIL which breaks the ECMA-335,III,4.14 rules. 
 // This CIL should fail verification by a conforming CLI verifier.
 
+
+.assembly 'test_generated'
+{
+  .hash algorithm 0x00008004
+  .ver  0:0:0:0
+}
+
 .class public auto ansi beforefieldinit c
        extends [mscorlib]System.Object
 {
@@ -13,4 +20,4 @@
        .maxstack 2
        ldsfld int32 c::nonstatic // Field nonstatic is not static.
        ret
-}
\ No newline at end of file
+}