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