summary refs log tree commit diff stats
path: root/tests/discard/tillegaldiscard.nim
blob: 757f4e7273813a1ee17455011c4c52125ca2d400 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  errormsg: "illegal discard"
  line: 9
"""

proc pop[T](arg: T): T =
  echo arg

discard tillegaldiscard.pop