1	.section .data,"awG",%progbits,foo_group,comdat
2	.hidden foo
3	.globl foo
4	.type foo,%object
5foo:
6	.word 0
7