.text
    .globl     call1
    .type      call1, @function
call1:
     ret
