mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
7 lines
126 B
Nim
7 lines
126 B
Nim
discard """
|
|
errormsg: "'chr' is a built-in and cannot be used as a first-class procedure"
|
|
"""
|
|
|
|
# bug #6499
|
|
let x = (chr, 0)
|