summary refs log tree commit diff stats
path: root/tests/exception/t20613.nim
blob: 6edb694150c48cbca1f5f69a9941673566aa64b0 (plain) (blame)
1
2
3
4
5
6
7
8
discard """
  matrix: "; --panics:on"
"""

func test =
  if 0 > 10:
    raiseAssert "hey"
test()