2010-05-11 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / verifier / invalid_fallout_of_handler_block.il
blobfd92649aad0980ee346064b9e057526a1a520da1
1 .assembly 'invalid_fallout_of_handler_block'
3   .hash algorithm 0x00008004
4   .ver  0:0:0:0
7 .method public static int32 Main() cil managed
9         .entrypoint
10         .maxstack 8
11         .locals init (int32 V0)
13 BB_00:
14                 newobj instance void class [mscorlib]System.Exception::.ctor()
15                 throw
16                 leave END
17 BB_01:
19 BB_02:
20                 pop
21                 ldc.i4.0
22                 endfilter
23 BB_03:
26 BB_04:
27                 nop
28                 nop
29 BB_05:
31 END:
32         ldc.i4.0
33         ret
35 .try BB_00 to BB_01 filter BB_02 handler BB_04 to BB_05