1 .globl foo 2 .weak foo 3 .type foo,%object 4 .size foo,1 5 6 .globl bar 7 .type bar,%object 8 .size bar,1 9 10 .data 11 foo: 12 bar: 13 .byte 1 14