blob: 1d859261264c4141d2b9d93162473d71b51695e2 [file] [log] [blame]
.text
.globl _start
.type _start, @function
_start:
ret
.globl xyzzy /* This symbol should be exported */
.type xyzzy, @function
xyzzy:
ret
.section ".xyzzy_ptr","aw",%progbits
.dc.a xyzzy