== test == fun test() { throw Exception() test() } --------------------- l0: NEXT:[r(Exception)] PREV:[] r(Exception) NEXT:[r(Exception())] PREV:[] r(Exception()) NEXT:[jmp(error)] PREV:[r(Exception)] jmp(error) NEXT:[] PREV:[r(Exception())] - r(test) NEXT:[r(test())] PREV:[] - r(test()) NEXT:[] PREV:[] l1: NEXT:[] PREV:[] error: NEXT:[] PREV:[jmp(error)] sink: NEXT:[] PREV:[, ] =====================