summary refs log tree commit diff stats
path: root/tinyc/tests/tests2/85_asm-outside-function.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/tests2/85_asm-outside-function.c')
-rw-r--r--tinyc/tests/tests2/85_asm-outside-function.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tinyc/tests/tests2/85_asm-outside-function.c b/tinyc/tests/tests2/85_asm-outside-function.c
deleted file mode 100644
index dc5639a46..000000000
--- a/tinyc/tests/tests2/85_asm-outside-function.c
+++ /dev/null
@@ -1,9 +0,0 @@
-extern int printf (const char *, ...);
-extern void vide(void);
-__asm__("vide: ret");
-
-int main() {
-    vide();
-    printf ("okay\n");
-    return 0;
-}
n121' href='#n121'>121 122