✗
Failing This test is currently failing.
Failed: backend-exec
Error Details
output_emitted.zig:36:16: error: expected ';' after declaration
Failure Output
🎯 Compiler coordination: Passes: 15 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:36:16: error: expected ';' after declaration
const entry#i64#f64 = struct {
^~~~~~~~~~~~~~~~~~~ Code
// RED PIN (type-system design walk, 2026-07-06/07). REWRITTEN from the
// dead `~struct(Pair<A, B>)` generation. Two type parameters in the
// stamped-name convention: FLAT repetition, `entry#i64#f64` — position
// carries which parameter is which, exactly as it did in the banned
// angle-bracket form. Spelling PROVISIONAL.
~import std/types
const std = @import("std");
~std/types:struct(entry#i64#f64) {
key: i64,
value: f64,
}
~event test-entry {}
~proc test-entry|zig {
const e = @"entry#i64#f64"{ .key = 7, .value = 3.5 };
std.debug.print("{d} = {d:.1}\n", .{ e.key, e.value });
}
~test-entry()
Must contain:
7 = 3.5Flows
flow ~struct click a branch to expand · @labels scroll to their anchor
struct (expr: entry#i64#f64, source: key: i64,
value: f64,)
flow ~test-entry click a branch to expand · @labels scroll to their anchor
test-entry
Test Configuration
MUST_RUN