Merge pull request #2800 from BrzVlad/feature-lazy-sweep
[mono.git] / mono / tests / verifier / valid_end_try_block_with_throw.il
1 .assembly 'valid_end_of_try_block_with_throw'
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 BB_01:
17
18 BB_02:
19                 pop
20                 leave END
21 BB_03:
22
23
24
25 END:
26         ldc.i4.0
27         ret
28
29 .try BB_00 to BB_01 catch [mscorlib]System.Exception handler BB_02 to BB_03
30
31
32 }