1	.data
2	.globl	bar
3	.type	bar,@object
4	.size	bar,4
5bar:
6	.long	foo@FUNCDESC
7	.text
8	.type	foo,@function
9foo:
10	nop
11