1#NO_APP
2	.globl	x
3	.section	.tbss,"awT",@nobits
4	.align	2
5	.type	x, @object
6	.size	x, 4
7x:
8	.zero	4
9	.section	.note.GNU-stack,"",@progbits
10