1	.text
2	.p2align 4,,15
3	.globl	foo
4	.type	foo, @function
5foo:
6.LFB0:
7	.cfi_startproc
8	subq	$8, %rsp
9	.cfi_def_cfa_offset 16
10	call	bar2@PLT
11	addq	$8, %rsp
12	.cfi_def_cfa_offset 8
13	jmp	bar1@PLT
14	.cfi_endproc
15.LFE0:
16	.size	foo, .-foo
17	.section	.note.GNU-stack,"",@progbits
18