1	.text
2	.align  2
3	.global bar
4	.type   bar, %function
5bar:
6	b foo
7
8	.align  2
9	.type   foo, %function
10foo:
11	bl hidfn
12