1	.text
2
3	.global	non_split
4	.type	non_split,@function
5non_split:
6	retq
7	.size	non_split,. - non_split
8
9	.global non_function_text_symbol
10non_function_text_symbol:
11	.byte 0x01
12	.type	non_function_text_symbol,@STT_OBJECT
13	.size	non_function_text_symbol, 1
14
15
16	.section	.note.GNU-stack,"",@progbits
17