✓
Passing This code compiles and runs correctly.
Code
// Test 701: HostTypeDecl infrastructure
// This test verifies that the AST, emitter, and serializer support HostTypeDecl
// Actual injection of host types will be tested in Phase 2
const std = @import("std");
~event test-pass {}
~proc test-pass|zig {
std.debug.print("HostTypeDecl infrastructure ready\n", .{});
}
~test-pass()
Actual
HostTypeDecl infrastructure ready
Expected output
HostTypeDecl infrastructure readyFlows
flow ~test-pass click a branch to expand · @labels scroll to their anchor
test-pass
Test Configuration
MUST_RUN