✓
Passing This code compiles and runs correctly.
Code
// PINS: the caret names the line carrying the fault. This site was
// audited in challenge 023's parser sweep: it previously reported one
// line off the construct it describes (the parse cursor is a 0-based
// buffer index and the reporter expects a 1-based line; this site
// handed over the wrong adjustment).
import std/compiler
proc my_proc { x = 1; }
Frontend must reject with:
CONTAINS is not allowed in a Koru proc name
ERROR_AT 10