summary refs log tree commit diff stats
path: root/tests/errmsgs/t6499.nim
blob: 25e78fdbb384dbe95959a92ed276b267678b41a4 (plain) (blame)
1
2
3
4
5
6
discard """
  errormsg: "'chr' is a built-in and cannot be used as a first-class procedure"
"""

# bug #6499
let x = (chr, 0)