Merge pull request #656 from LogosBible/collection_lock
[mono.git] / mono / tests / verifier / invalid_call_no_method.il
index ce73efda1275c671fe20d35466107d036f64f5ea..e1cf7f87c566af96ebe7f0d4f8d32794c3eb193a 100644 (file)
@@ -1,5 +1,6 @@
 // Invalid CIL which breaks the ECMA-335,III,3.19 rule. 
 // This CIL should fail verification by a conforming CLI verifier.
+#FIXME how to tell ilasm to emit such method?
 
 .method public static int32 Main() cil managed
 {
@@ -7,4 +8,5 @@
        .maxstack 1
        call int32 f()
        ret
-}
\ No newline at end of file
+}
+