2 // valid CIL which breaks the ECMA-335 rules.
3 // this CIL should fail verification by a conforming CLI verifier.
5 .assembly 'valid_bin_cgt_un_null_value_generated'
7 .hash algorithm 0x00008004
11 .class private sequential ansi sealed beforefieldinit MyVT
12 extends [mscorlib]System.Object
14 .field public valuetype [mscorlib]System.Decimal Value
18 .method public static void Test (object &res) cil managed
23 box [mscorlib]System.Int32
28 .method public static int32 Main() cil managed
32 .locals init (object res)
34 call void Test(object&)