1	.eabi_attribute	Tag_CPU_arch, 11	@ V6-M
2	.thumb
3	.type myfunc, function
4	.global myfunc
5	.section .foo, "xa"
6myfunc:
7	bx	lr
8