aboutsummaryrefslogtreecommitdiff
path: root/cc/cc-test/src/aarch64.S
blob: 1d9062d71170cd79e91e1684a5c777ea7d7cca72 (plain)
1
2
3
4
5
6
7
8
9
10
.globl asm
asm:
    mov w0, 7
    ret

.globl _asm
_asm:
    mov w0, 7
    ret