Merge branch 'master' of github.com:mono/mono
[mono.git] / mono / tests / verifier / unverifiable_fallout_of_finally_block.il
1 .assembly 'invalid_fallout_of_finally_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                 nop
21                 nop
22 BB_03:
23
24 END:
25         ldc.i4.0
26         ret
27
28 .try BB_00 to BB_01 finally handler BB_02 to BB_03
29
30
31 }