1.globl foo
2.section .data.foo,"G",@,foo,comdat
3foo:
4        .int32 42
5        .int32 43
6        .size foo, 8
7