summaryrefslogtreecommitdiff
path: root/test/linker/archive/foo.s
blob: 28a2ca13b1e056b869abaf3dea86cbe7826c6e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	.text
	.file	"src/work/binaryen/test/linker/foo.c"
	.section	.text.foo,"ax",@progbits
	.hidden	foo
	.globl	foo
	.type	foo,@function
foo:                                    # @foo
	.result 	i32
	.local  	i32
# BB#0:                                 # %entry
	i32.const	$0=, 43
	return  	$0
	.endfunc
.Lfunc_end0:
	.size	foo, .Lfunc_end0-foo


	.ident	"clang version 3.9.0 (trunk 267883) (llvm/trunk 267901)"