mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
4 lines
74 B
Nim
4 lines
74 B
Nim
{.hintAsError[Name]:on.}
|
|
var a_b = 1
|
|
discard a_b
|
|
{.hintAsError[Name]:off.} |