✓
Passing This code compiles and runs correctly.
Code
// NEGATIVE: imports take a bare path — quotes are rejected.
// Write `~import std/io`, not `~import "std/io"`.
~import "std/io"
Must fail at frontend compile:
Parsing or type-checking must reject the program.