mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
* Add test * Check file exists before adding it into compilation * Make error message look like other error messages i.e. following the format `error msg: file`
6 lines
96 B
Nim
6 lines
96 B
Nim
discard """
|
|
joinable: false
|
|
errormsg: "cannot find: noexist.c"
|
|
"""
|
|
{.compile: "noexist.c".}
|