1	.weak	foo
2	.type	foo,%function
3	.size	foo,1
4	.text
5foo:
6	.byte	1
7