summary refs log tree commit diff stats
path: root/tests/constr/a_module.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/constr/a_module.nim')
-rw-r--r--tests/constr/a_module.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/constr/a_module.nim b/tests/constr/a_module.nim
deleted file mode 100644
index 1d3f4848c..000000000
--- a/tests/constr/a_module.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-# a.nim
-{.push stackTrace: off.}
-proc foo*(): int =
-  var a {.global.} = 0
-  result = a
-{.pop.}
\ No newline at end of file