[runtime] Fix DISABLE_REFLECTION_EMIT build.
[mono.git] / mono / tests / verifier / invalid_fallout_of_handler_block.il
1 .assembly 'invalid_fallout_of_handler_block'
2 {
3   .hash algorithm 0x00008004
4   .ver  0:0:0:0
5 }
6
7 .method public static int32 Main() cil managed
8 {
9         .entrypoint
10         .maxstack 8
11         .locals init (int32 V0)
12
13 BB_00:
14                 newobj instance void class [mscorlib]System.Exception::.ctor()
15                 throw
16                 leave END
17 BB_01:
18
19 BB_02:
20                 pop
21                 ldc.i4.0
22                 endfilter
23 BB_03:
24
25
26 BB_04:
27                 nop
28                 nop
29 BB_05:
30
31 END:
32         ldc.i4.0
33         ret
34
35 .try BB_00 to BB_01 filter BB_02 handler BB_04 to BB_05
36
37
38 }