✓
Passing This code compiles and runs correctly.
Code
// PIN: Koru import in `.kz` must use `~` — same host->Koru switch as flows.
~import std/io
~std/io:print.ln("bare import ok")
Actual
bare import ok
Expected output
bare import ok
Test Configuration
MUST_RUN