summary refs log tree commit diff stats
path: root/tests/exprs/tresultwarning.nim
blob: 32934408eac75c18e7a63daafa895788a3c6eb41 (plain) (blame)
1
2
3
4
5
6
discard """
  nimout: "Special variable 'result' is shadowed. [ResultShadowed]"
"""

proc test(): string =
  var result = "foo"