✓
Passing This code compiles and runs correctly.
Code
// NEGATIVE: bare `import` in a `.kz` file violates the host/Koru boundary.
// Every Koru construct must lead with `~`. Write `~import std/io`.
import std/io
Must fail at frontend compile:
Parsing or type-checking must reject the program.