.globl _mainCRTStartup
.globl mainCRTStartup
.globl start
.text
_mainCRTStartup:
mainCRTStartup:
start:
.section .foo,"b"
.space 16