1	.file	"t2.c"
2	.text
3	.p2align 4,,15
4	.globl	foo
5	.def	foo;	.scl	2;	.type	32;	.endef
6	.seh_proc	foo
7foo:
8	pushq	%rbp
9	.seh_pushreg	%rbp
10	movq	%rsp, %rbp
11	.seh_setframe	%rbp, 0
12	subq	$32, %rsp
13	.seh_stackalloc	32
14	.seh_endprologue
15	leal	1(%rcx), %eax
16	cltq
17	addq	$30, %rax
18	andq	$-16, %rax
19	call	___chkstk
20	leaq	32(%rsp), %rcx
21	call	bar
22	movq	%rbp, %rsp
23	popq	%rbp
24	ret
25	.seh_endproc
26	.def	bar;	.scl	2;	.type	32;	.endef
27