summaryrefslogtreecommitdiff
path: root/tests/F_asm/asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/F_asm/asm.c')
-rw-r--r--tests/F_asm/asm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/F_asm/asm.c b/tests/F_asm/asm.c
new file mode 100644
index 0000000..88b450b
--- /dev/null
+++ b/tests/F_asm/asm.c
@@ -0,0 +1,3 @@
+void root() {
+ __asm__("movl %eax, %ebx");
+}