1	.protected	foo
2.globl foo
3	.data
4	.align 4
5	.type	foo, @object
6	.size	foo, 4
7foo:
8	.long	1
9