blob: f3ed860dfc967d7cb161c30abc12419d515096f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
discard """
cmd: "nim c -r --debugger:native --panics:on $options $file"
targets: "c"
nimout: ""
action: "run"
exitcode: 0
timeout: 60.0
"""
for i in 1 || 200:
discard i
|