Files
Nim/tests/exception/t20613.nim

9 lines
97 B
Nim

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