Merge pull request 2899 from krytarowski/netbsd-support-1
[mono.git] / mono / tests / verifier / invalid_ldsfld_no_fld.il
index 683c401fc58646001975e01b54c84cb5cd1077dd..7007ac9c26c53f3a9f0e5faccfe2f958f5927209 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
 {
@@ -18,4 +25,5 @@
        pop
        ldc.i4.0
        ret
-}
\ No newline at end of file
+}
+