import io

✓ Passing This code compiles and runs correctly.

Code

// ============================================================================
// VERIFIED REGRESSION TEST - DO NOT MODIFY WITHOUT DISCUSSION
// ============================================================================
// Test 401: Import I/O library with $std path alias
// This tests the import system with path aliases and module qualification
~import "$std/io"

~std.io:println(text: "Import works!")
input.kz

Expected Output

Import works!

Test Configuration

MUST_RUN