1	.text
2	.p2align 4
3	.globl	_start
4	.type	_start, @function
5_start:
6	ret
7	.size	_start, .-_start
8	.globl	ptr
9	.section	.rodata
10	.align 8
11	.type	ptr, @object
12	.size	ptr, 8
13ptr:
14	.quad	foo
15	.section	.note.GNU-stack,"",@progbits
16