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