1	.syntax unified
2	.text
3	.global test
4	.type test, %function
5test:
6	bx lr
7