[runtime] Fix "make distcheck"
[mono-project.git] / mono / tests / verifier / invalid_empty_finally_block.il
blob9d7dd1a164ef6255c0940993859443aac66cbe61
1 .assembly 'invalid_empty_finally_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 //try catch
14 BB_00:
15                 newobj instance void class [mscorlib]System.Exception::.ctor()
16                 throw
17                 leave END
18 BB_01:
20 BB_02:
21                 nop
22                 endfinally
23 BB_03:
27 END:
28         ldc.i4.0
29         ret
31 .try BB_00 to BB_01 finally handler BB_02 to BB_02