1	.section .text
2	.global _bar
3	.type	_bar,@function
4_bar:
5	mov	.LC1,d0
6	mov	.LC2,d1
7	nop
8
9	.section	.rodata.str1.1,"aMS",@progbits,1
10.LC1:
11	.rept	32768
12	.byte	'a'
13	.endr
14	.byte	0
15.LC2:
16	.string	"abc\n"
17