1.data
2
3.globl a1
4.type a1, @object
5.size a1, 1
6a1:
7.weak a2
8.type a2, @object
9.size a2, 1
10a2:
11.byte 1
12
13.weak b1
14.type b1, @object
15.size b1, 1
16b1:
17.weak b2
18.type b2, @object
19.size b2, 1
20b2:
21.globl b3
22.type b3, @object
23.size b3, 1
24b3:
25.byte 1
26