1	.data
2	.global bar
3bar:
4	.type bar,"object"
5	.long 0
6	.text
7	.type start,"function"
8	.global start
9start:
10	.type _start,"function"
11	.global _start
12_start:
13	.type __start,"function"
14	.global __start
15__start:
16	.type main,"function"
17	.global main
18main:
19	.long 0
20