// unverifiable CIL which breaks the ECMA-335 rules. // this CIL should fail verification by a conforming CLI verifier. .assembly 'unverifiable_assign_compat_9_1_generated' { .hash algorithm 0x00008004 .ver 0:0:0:0 } .assembly extern mscorlib { .ver 1:0:5000:0 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. } .method public static void Foo(method int32 *(float64) V) cil managed { .maxstack 2 ldarg.0 pop ret } .method public static void Main() cil managed { .maxstack 2 .entrypoint ldnull call void Foo(method int32 *(float64)) ret }