t6499.nim 126 B

1234567
  1. discard """
  2. errormsg: "'chr' is a built-in and cannot be used as a first-class procedure"
  3. """
  4. # bug #6499
  5. let x = (chr, 0)