1	.globl foo
2	.section	.tdata,"awT",@progbits
3	.align 4
4	.type	foo, @object
5	.size	foo, 4
6foo:
7	.long	100
8