.set noat .set noreorder .set nomacro .globl i .section .sdata,"aw",@progbits .align 3 .type i, @object .size i, 8 i: .quad 1 .comm s,5,1 .ident "GCC: (GNU) 3.3.2"