1# This is a "bad" (absolute) instance of the symbol
2multi = 1234
3
4.text
5.global shared
6.type shared, @function
7shared:
8  movq  %rax, multi
9  ret
10
11.section .text.comdat,"axG",@progbits,comdat,comdat
12.weak comdat
13comdat:
14  ret
15
16.section .text.glob_or_wk,"ax",@progbits
17.global glob_or_wk
18glob_or_wk:
19  ret
20