mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* fix #17952: fix both false positives and false negatives for reInvalidSpec * handle megatest properly * fix for tests/stdlib/tbase64.nim
10 lines
104 B
Nim
10 lines
104 B
Nim
import system except `+`
|
|
|
|
discard """
|
|
errormsg: "undeclared identifier: '+'"
|
|
line: 9
|
|
"""
|
|
|
|
|
|
echo 4+5
|