aboutsummaryrefslogtreecommitdiff
path: root/cc/cc-test/src/x86_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc-test/src/x86_64.S')
-rw-r--r--cc/cc-test/src/x86_64.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/cc/cc-test/src/x86_64.S b/cc/cc-test/src/x86_64.S
deleted file mode 100644
index 3ed9e86..0000000
--- a/cc/cc-test/src/x86_64.S
+++ /dev/null
@@ -1,9 +0,0 @@
-.globl asm
-asm:
- mov $7, %eax
- ret
-
-.globl _asm
-_asm:
- mov $7, %eax
- ret