[runtime] Fix "make distcheck"
[mono-project.git] / mono / tests / verifier / unverifiable_locals_without_initlocals.il
blob0da525ca3fc5e4aa3ab980e12e9619e5a2b733dd
1 // invalid CIL which breaks the ECMA-335 rules. 
2 // This CIL should fail verification by a conforming CLI verifier.
4 .assembly '_generated'
6   .hash algorithm 0x00008004
7   .ver  0:0:0:0
10 .class Class extends [mscorlib]System.Object
12     .field public int32 fld
16 .method public static int32 Main() cil managed
18         .entrypoint
19         .maxstack 2
20         .locals (int32 V_0)
22         ldloc.0
23         ret