mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
11
tests/stdlib/t9710.nim
Normal file
11
tests/stdlib/t9710.nim
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user