1 .assembly extern mscorlib
4 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
8 .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::'.ctor'() = (
9 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
10 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows.
12 .hash algorithm 0x00008004
15 .module 'bug-481403.exe' // GUID = {5A42787F-2088-473C-9915-25768E9D3E6C}
18 .class public auto ansi beforefieldinit main
19 extends [mscorlib]System.Object
23 .method public hidebysig specialname rtspecialname
24 instance default void '.ctor' () cil managed
26 // Method begins at RVA 0x20ec
30 IL_0001: call instance void object::'.ctor'()
32 } // end of method main::.ctor
35 .method public hidebysig
36 instance default void callee () cil managed
38 // Method begins at RVA 0x20f4
41 IL_0000: ldstr "callee"
42 IL_0005: call void class [mscorlib]System.Console::WriteLine(string)
44 } // end of method main::callee
47 .method public hidebysig
48 instance default void caller () cil managed
50 // Method begins at RVA 0x2100
54 // IL_0001: call instance void class main::callee()
56 IL_0001: jmp instance void class main::callee()
57 } // end of method main::caller
60 .method public hidebysig
61 instance default int32 caller_caller (int32 x, int32 y) cil managed
63 // Method begins at RVA 0x2108
67 IL_0001: call instance void class main::caller()
72 } // end of method main::caller_caller
75 .method public static hidebysig
76 default int32 Main () cil managed
78 // Method begins at RVA 0x2114
80 // Code size 26 (0x1a)
84 IL_0000: newobj instance void class main::'.ctor'()
87 IL_000b: call void class [mscorlib]System.Console::WriteLine(string)
90 IL_0012: ldc.i4.s 0xfffffffe
91 IL_0014: callvirt instance int32 class main::caller_caller(int32, int32)
93 } // end of method main::Main
95 } // end of class main