1	.text
2	.globl	start
3	.type	start, @function
4start:
5	.globl	_start
6	.type	_start, @function
7_start:
8	.globl	__start
9	.type	__start, @function
10__start:
11	.globl	main
12	.type	main, @function
13main:
14	.globl	_main
15	.type	_main, @function
16_main:
17	.dc.a 0
18