1.section .text.f6, "ax"
2f6:
3  mov $60, %rax
4  mov $42, %rdi
5  syscall
6
7  .section .text.f7, "ax"
8f7:
9  mov $0, %rax
10