1	/* object */
2	.section	.debug_data,"aG",@progbits,group1,comdat
3	.string "DATADATADATA"
4
5	/* text */
6	.section	.debug_code,"aG",@progbits,group1,comdat
7	.text
8	.globl text
9text:
10	.type text, @function
11	ret
12	.size text, [.-text]
13
14	/* debug stuff */
15	.section	.debug_stuff,"G",@progbits,group1,comdat
16	.string "DEBUG STUFF!"
17