[WinForms] Fix #18506 ActiveTracker, do not propagate message to control when it...
[mono-project.git] / mono / tests / verifier / unverifiable_fallout_of_try_block.il
blobe50ef6e7704a6de579d4d93c6f9d7812f207d0b6
1 .assembly 'invalid_fallout_of_try_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                 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:
23 BB_02:
24                 pop
25                 leave END
26 BB_03:
30 END:
31         ldc.i4.0
32         ret
34 .try BB_00 to BB_01 catch [mscorlib]System.Exception handler BB_02 to BB_03