unplugged-vendor/external/llvm-project/lld/test/MachO/Inputs/libfunction.s

7 lines
83 B
ArmAsm

.section __TEXT,__text
.globl _some_function
_some_function:
mov $1, %rax
ret