.globl main
 .globl start
 .globl _start
 .globl __start
 .text
main:
start:
_start:
__start:

 .section .foo,"a",%nobits
 .space 16