✓
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
Flows
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "bare import ok")
Test Configuration
MUST_RUN