Merge branch 'alexischr/nursery-canaries-managed-alloc'
[mono.git] / mono / tests / verifier / unverifiable_fallout_of_try_block.il
1 .assembly 'invalid_fallout_of_try_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                 ldloc.0
15                 brfalse PART_0
16                 newobj instance void class [mscorlib]System.Exception::.ctor()
17                 throw
18 PART_0:
19                 nop
20                 nop
21 BB_01:
22
23 BB_02:
24                 pop
25                 leave END
26 BB_03:
27
28
29
30 END:
31         ldc.i4.0
32         ret
33
34 .try BB_00 to BB_01 catch [mscorlib]System.Exception handler BB_02 to BB_03
35
36
37 }