blob: 443dea7e3fa7542c18be7c65a5d443944983b1f1 [file]
.text
.global _start
_start:
movq $_start, fptr(%rip)
xor %eax, %eax
ret
.data
fptr: .quad -1