summary refs log tree commit diff stats
path: root/tests/compile/tuserpragma.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/tuserpragma.nim')
-rwxr-xr-xtests/compile/tuserpragma.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/compile/tuserpragma.nim b/tests/compile/tuserpragma.nim
deleted file mode 100755
index 784baa176..000000000
--- a/tests/compile/tuserpragma.nim
+++ /dev/null
@@ -1,7 +0,0 @@
-
-{.pragma: rtl, cdecl, exportc.}
-
-proc myproc(x, y: int): int {.rtl} =
-  nil
-
-