[WinForms] Fix #18506 ActiveTracker, do not propagate message to control when it...
[mono-project.git] / mono / tests / verifier / unverifiable_fallout_of_fault_block.il
blob64a9d0efeacffae437bfe1ac058df9d17bcd884d
1 .assembly 'invalid_fallout_of_fault_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                 nop
21                 nop
22 BB_03:
24 END:
25         ldc.i4.0
26         ret
28 .try BB_00 to BB_01 fault handler BB_02 to BB_03