summary refs log blame commit diff stats
path: root/tests/stylecheck/t20397.nim
blob: 486a97d73e929224d07634b0e2daa41b46cd4a72 (plain) (tree)
1
2
3
4



                        
{.hintAsError[Name]:on.}
var a_b = 1
discard a_b
{.hintAsError[Name]:off.}