7 lines
87 B
ArmAsm
7 lines
87 B
ArmAsm
.weak c
|
|
c:
|
|
.section .text.f,"axG",@progbits,c,comdat
|
|
.globl foo
|
|
|
|
foo:
|
|
retq
|