✓
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:print.ln("Import works!")Actual
Import works!
Expected output
Import works!Flows
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "Import works!")
Test Configuration
MUST_RUN