001 slice type imported module

✓ Passing This code compiles and runs correctly.

Code

input.kz

Must fail at runtime:

Program must error when executed.

Error Verification

Actual Compiler Output

error[KORU030]: branch 'got' has payload but no binding
  --> tests/regression/500_INTEGRATION_TESTING/520_BUG_REPRODUCTION/520_001_slice_type_imported_module/input.kz:31:0

❌ Compiler coordination error: Incomplete branch coverage
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/500_INTEGRATION_TESTING/520_BUG_REPRODUCTION/520_001_slice_type_imported_module/backend.zig:94:13: 0x100fff38b in emit (backend)
            return error.CompilerCoordinationFailed;
            ^
/Users/larsde/src/koru/tests/regression/500_INTEGRATION_TESTING/520_BUG_REPRODUCTION/520_001_slice_type_imported_module/backend.zig:190:28: 0x101000077 in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Test Configuration

MUST_FAIL