Merge pull request #2897 from kumpera/marshal_fixes
[mono.git] / mono / tests / verifier / invalid_call_empty_stack.il
index b03ac1f2c1e5238c4c9921ed54d9ad5ecdc81481..72d52dec1044ebcb8482b9d1f376a660da2da11c 100644 (file)
@@ -1,6 +1,14 @@
 // Invalid CIL which breaks the ECMA-335,III,3.19 rule. 
 // This CIL should fail verification by a conforming CLI verifier.
 
+
+.assembly 'test_generated'
+{
+  .hash algorithm 0x00008004
+  .ver  0:0:0:0
+}
+
+
 .method public static int32 f(int32 i) cil managed
 {
        ldc.i4.0
@@ -13,4 +21,4 @@
        .maxstack 1
        call int32 f(int32) // Invalid, stack empty.
        ret
-}
\ No newline at end of file
+}