blob: 6f6c90334f5bf8bd486a76adec74fcdcb2c4bf44 [file] [log] [blame]
.data
.global var
.text
.globl _start
.type _start, %function
_start:
bl foo
.size _start, . - _start