aboutsummaryrefslogtreecommitdiff
path: root/cc/cc-test/src/aarch64.S
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc-test/src/aarch64.S')
-rw-r--r--cc/cc-test/src/aarch64.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/cc/cc-test/src/aarch64.S b/cc/cc-test/src/aarch64.S
deleted file mode 100644
index 1d9062d..0000000
--- a/cc/cc-test/src/aarch64.S
+++ /dev/null
@@ -1,10 +0,0 @@
-.globl asm
-asm:
- mov w0, 7
- ret
-
-.globl _asm
-_asm:
- mov w0, 7
- ret
-