[sre] register a canonical MonoReflectionMethod for a methodref token
[mono.git] / mono / tests / verifier / invalid_exception_blocks_order.il
1 .assembly 'invalid_empty_try_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                 nop
15 BB_TRY_0:
16
17                 newobj instance void class [mscorlib]System.Exception::.ctor()
18                 throw
19                 leave END
20 BB_01:
21
22 BB_02:
23                 pop
24                 leave END
25 BB_03:
26
27 BB_04:
28                 nop
29                 endfinally
30 BB_05:
31
32 END:
33         ldc.i4.0
34         ret
35
36 .try BB_00 to BB_03 finally handler BB_04 to BB_05
37 .try BB_TRY_0 to BB_01 catch [mscorlib]System.Exception handler BB_02 to BB_03
38
39
40 }