1	.globl	set_data
2	.type	set_data,@function
3set_data:
4
5        .globl  foo
6        .type   foo,@function
7foo:
8