tocsavelib.s 62 B

12345
  1. .global foo
  2. .type foo,@function
  3. foo:
  4. blr
  5. .size foo, .-foo