        .global foo
        .protected foo
        .type foo, @function
foo:
        ret
