t20613.nim 97 B

123456789
  1. discard """
  2. matrix: "; --panics:on"
  3. """
  4. func test =
  5. if 0 > 10:
  6. raiseAssert "hey"
  7. test()