mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
9 lines
97 B
Nim
9 lines
97 B
Nim
discard """
|
|
matrix: "; --panics:on"
|
|
"""
|
|
|
|
func test =
|
|
if 0 > 10:
|
|
raiseAssert "hey"
|
|
test()
|