summary refs log blame commit diff stats
path: root/tests/pragmas/tcompile_missing_file.nim
blob: fd90bd57d6b5709b35039fff78b3554f0c78dc11 (plain) (tree)
1
2
3
4
5




                                    
discard """
  joinable: false
  errormsg: "cannot find: noexist.c"
"""
{.compile: "noexist.c".}