1 2 3 4 5 6 7 8 9 10 11 12
.text .type a,@object .lcomm a,4,2 .type b,@object .lcomm b,4,2 .type c,@object .data .globl c .align 2 c: .int32 b .size c, 4