1	.section .foo,"axG",%progbits,foo,comdat
2	.globl	foo
3	.type	foo,%function
4foo:
5	.byte	1
6	.section .bar,"aG",%progbits,foo,comdat
7	.dc.a	foo
8