blob: 2b309f24110f80297ba4938e142f784d3f776376 [file] [log] [blame]
.globl _start
.type _start, @function
_start:
movl $foo, %eax
.size _start, .-_start
.data
foo:
.quad 0