summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-08-04 19:36:13 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-08-04 19:36:13 +0200
commit5d5636138377b63c4b7357ff40048b65a8dcd054 (patch)
tree1fdbe8a08ebac16fe3b21316a5681945a0a283d8 /tests
parent4a96a3d9a1011c7023a45bb9f921a339aea0e3f7 (diff)
downloadNim-5d5636138377b63c4b7357ff40048b65a8dcd054.tar.gz
fixes #4353
Diffstat (limited to 'tests')
-rw-r--r--tests/lookups/tprefer_proc.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lookups/tprefer_proc.nim b/tests/lookups/tprefer_proc.nim
new file mode 100644
index 000000000..57ee8e539
--- /dev/null
+++ b/tests/lookups/tprefer_proc.nim
@@ -0,0 +1,4 @@
+
+# bug #4353
+import random
+echo random[int](low(int) .. high(int))