1	.section .rodata
2.LC0:
3	.string "haha %x\n"
4	.text
5.globl hex
6	.type hex, @function
7hex:
8	leave
9	ret
10