mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 14:23:45 +00:00
8 lines
99 B
Nim
8 lines
99 B
Nim
when not defined(js):
|
|
{.fatal: "Crash".}
|
|
echo 4
|
|
|
|
discard """
|
|
$nimsuggest --v3 --tester $file
|
|
"""
|