1.globl _bar,_static 2 3.section .data,"",@ 4_bar: 5.int32 42 6.size _bar,4 7 8_static: 9.size _static,4 10