summary refs log tree commit diff stats
path: root/tests/lookups/tprefer_proc.nim
blob: 57ee8e539486c868ae80c3c8be457ef460caa2d3 (plain) (blame)
1
2
3
4
# bug #4353
import random
echo random[int](low(int) .. high(int))