Files
Nim/tests/modules/texplicit_system_import.nim
Timothee Cour fb677bf5c9 fix #17952: fix both false positives and false negatives for reInvalidSpec (#17956)
* fix #17952: fix both false positives and false negatives for reInvalidSpec

* handle megatest properly

* fix for tests/stdlib/tbase64.nim
2021-05-08 00:22:21 +02:00

10 lines
104 B
Nim

import system except `+`
discard """
errormsg: "undeclared identifier: '+'"
line: 9
"""
echo 4+5