1.text
2.globl	foo
3.type	foo, @function
4foo:
5nop
6
7.globl	bar
8.type	bar, @function
9bar:
10nop
11
12.global func2
13.type   func2, @function
14func2:
15