Files
Nim/tests/exception/t20613.nim
2022-10-24 10:38:16 +02:00

9 lines
97 B
Nim

discard """
matrix: "; --panics:on"
"""
func test =
if 0 > 10:
raiseAssert "hey"
test()