1
2	.private_extern a
3a:	.space 1
4
5	.globl b
6b:	.space 1
7
8	.private_extern c
9	.globl c
10c:	.space 1
11
12	.private_extern d
13
14	.globl e
15
16	.globl f
17	.private_extern f
18