1 /* object */
2 .section .test_data,"aG",@progbits,group1,comdat
3 .string "DATADATADATA"
4
5 /* text */
6 .section .test_code,"aG",@progbits,group1,comdat
7 ret
8
9 /* debug stuff */
10 .section .debug_stuff,"G",@progbits,group1,comdat
11 .string "DEBUG STUFF!"
12