6 lines
109 B
ArmAsm
6 lines
109 B
ArmAsm
.globl foo
|
|
.section .data.foo,"G",@,foo,comdat
|
|
foo:
|
|
.int32 42
|
|
.int32 43
|
|
.size foo, 8
|