summary refs log tree commit diff stats
path: root/tests/stdlib/tjsonexternproc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tjsonexternproc.nim')
-rw-r--r--tests/stdlib/tjsonexternproc.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/stdlib/tjsonexternproc.nim b/tests/stdlib/tjsonexternproc.nim
new file mode 100644
index 000000000..ec90e580d
--- /dev/null
+++ b/tests/stdlib/tjsonexternproc.nim
@@ -0,0 +1,5 @@
+# Test case for https://github.com/nim-lang/Nim/issues/6385
+
+import mjsonexternproc
+# import json
+foo(1)
\ No newline at end of file