summary refs log tree commit diff stats
path: root/nimsuggest/tests/t20440.nim
blob: 0456aa07439ee3b809c749c3491ccff49799a19a (plain) (blame)
1
2
3
4
5
6
7
when not defined(js):
  {.fatal: "Crash".}
echo 4

discard """
$nimsuggest --v3 --tester $file
"""