summaryrefslogtreecommitdiff
path: root/weak/b.s
blob: 18e0d26fc3b14bd714c343118ad469985cdc77dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.file	"b.c"
	.text
	.p2align 4,,15
	.globl	test
	.def	test;	.scl	2;	.type	32;	.endef
	.seh_proc	test
test:
	subq	$40, %rsp
	.seh_stackalloc	40
	.seh_endprologue
	call	sym
	addl	%eax, %eax
	addq	$40, %rsp
	ret
	.seh_endproc
	.ident	"GCC: (GNU) 4.8.2"
	.def	sym;	.scl	2;	.type	32;	.endef