1.text
2.globl func2
3.type func2,@function
4func2:
5  .globl func3
6  .type func3, @function
7  bl func3
8  ret
9