1	.text
2	.align	4
3	.globl	_start
4	.type	_start, @function
5_start:
6	jr	$31
7
8	.section .merge1,"aMS",@progbits,1
9A:	.string	"utter"
10
11	.section .merge2,"aMS",@progbits,1
12B:	.string "tasting"
13
14	.section .merge3,"aM",@progbits,4
15C:	.4byte	0x100
16D:	.4byte	0x200
17
18	.data
19	.align	4
20E:	.4byte	E
21	.4byte	E + 0x1000
22	.4byte	A
23	.4byte	B
24	.4byte	C
25	.4byte	D
26