2010-05-11 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / verifier / invalid_ldstr_bad_token.il
blob7f3d3393f2f874c520d72d25d2c806af29e9e80c
2 // valid CIL which breaks the ECMA-335 rules. 
3 // this CIL should fail verification by a conforming CLI verifier.
5 .assembly 'ldstr_bad_token'
7   .hash algorithm 0x00008004
8   .ver  0:0:0:0
11 .method public static int32 Main() cil managed
13         .entrypoint
14         .maxstack 2
15         .locals init ()
17         .emitbyte 0x72
18         .emitbyte 0x00
19         .emitbyte 0x01
20         .emitbyte 0x00
21         .emitbyte 0x00
23         call void [mscorlib]System.Console::WriteLine(object)
24         ldc.i4.0
25         ret