summaryrefslogtreecommitdiff
path: root/test/dot_s/initializers.s
blob: aa6b1d502aadfa3e862fdec43683fd1ca9a13acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
	.text
	.file	"/tmp/tmpAEEklZ/a.out.bc"
	.globl	main
	.type	main,@function
main:                                   # @main
	.result 	i32
# BB#0:
	i32.const	$push0=, 5
	return  	$pop0
	.endfunc
.Lfunc_end0:
	.size	main, .Lfunc_end0-main
	.globl  f1
	.type	f1,@function
f1:
	return
	.endfunc
.Lfunc_end1:
	.size f1, .Lfunc_end1-f1
	.globl  f2
	.type	f2,@function
f2:
	return
	.endfunc
.Lfunc_end2:
	.size f2, .Lfunc_end2-f2
	.section	.init_array.101,"aw",@init_array
	.p2align	2
	.int32	main@FUNCTION
	.section	.init_array,"aw",@init_array
	.p2align	2
	.int32  f1@FUNCTION
	.int32	f2@FUNCTION