150 effect required arm presence test rejected

✗ Failing This test is currently failing.

Failed: wrong-error

Error Details

output_emitted.zig:43:9: error: expected type 'bool', found 'fn (i64) void'

Failure Output

🎯 Compiler coordination: Passes: 15 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:43:9: error: expected type 'bool', found 'fn (i64) void'
    if (pong) {
        ^~~~
referenced by:
    flow0: output_emitted.zig:62:43
    main: output_emitted.zig:517:22
    4 reference(s) hidden; use '-freference-trace=6' to see all references

Code

input.k

Backend must reject with:

CONTAINS 'pong'
CONTAINS always installed

Error Verification

Actual Compiler Output

🎯 Compiler coordination: Passes: 15 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:43:9: error: expected type 'bool', found 'fn (i64) void'
    if (pong) {
        ^~~~
referenced by:
    flow0: output_emitted.zig:62:43
    main: output_emitted.zig:517:22
    4 reference(s) hidden; use '-freference-trace=6' to see all references

Flows

subflow ~ping click a branch to expand · @labels scroll to their anchor
if (pong)
flow ~ping click a branch to expand · @labels scroll to their anchor
ping (x: 41)

Test Configuration

MUST_FAIL