001 user coordinator

✓ Passing This code compiles and runs correctly.

Code

input.kz

Must contain:

Compiler coordination error: Testing!

Error Verification

Expected Error Pattern

Expected: Backend fails with "Compiler coordination error: Testing!"
This test proves cross-module overrides work - the override returns an error,
which propagates through the coordinator and causes backend execution to fail.

Actual Compiler Output

❌ Compiler coordination error: Testing!
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/400_RUNTIME_FEATURES/430_COORDINATION/430_001_user_coordinator/backend.zig:94:13: 0x104ec7ba3 in emit (backend)
            return error.CompilerCoordinationFailed;
            ^
/Users/larsde/src/koru/tests/regression/400_RUNTIME_FEATURES/430_COORDINATION/430_001_user_coordinator/backend.zig:190:28: 0x104ec888f in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Test Configuration

MUST_RUN MUST_FAIL

Post-validation Script: