.text
.global foo
.section .tdata,"awT",%progbits
.align 2
.type foo, %object
.size foo, 4
foo:
.word 5
.global bar
.type bar, %object
.size bar, 4
bar: