pr19617.s 260 B

12345678910111213141516171819
  1. .data
  2. .global bar
  3. bar:
  4. .type bar,"object"
  5. .long 0
  6. .text
  7. .type start,"function"
  8. .global start
  9. start:
  10. .type _start,"function"
  11. .global _start
  12. _start:
  13. .type __start,"function"
  14. .global __start
  15. __start:
  16. .type main,"function"
  17. .global main
  18. main:
  19. .long 0