.globl _bar,_static

.section .data,"",@
_bar:
.int32 42
.size _bar,4

_static:
.size _static,4