1	.data
2	.globl	foo
3	.type	foo,%object
4	.size	foo,4
5foo:
6	.word	0
7