1# relaxation test for callr 2 3.globl text1 4.section text1, "ax", @progbits 5 6 call func 7 call func1 8 9.section text2, "ax", @progbits 10func: 11 nop 12 br func1 13 nop 14 nop 15 nop 16func1: 17 nop 18