1.text
2    .globl     call1
3    .type      call1, @function
4call1:
5     ret
6