aboutsummaryrefslogtreecommitdiff
path: root/cc/cc-test/src/x86_64.S
blob: 3ed9e866f3967edb95fa1ca1bda5cc2f9ad5a5d8 (plain)
1
2
3
4
5
6
7
8
9
.globl asm
asm:
    mov $7, %eax
    ret

.globl _asm
_asm:
    mov $7, %eax
    ret