DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / errmsgs / t6499.nim
123456
discard """ errormsg: "'chr' is a built-in and cannot be used as a first-class procedure" """ # bug #6499 let x = (chr, 0)