✓
Passing This code compiles and runs correctly.
Code
~import std/io
const std = @import("std");
const File = struct {
handle: i32,
};
~event check-file { file: *File<unknown:open> }
~proc check-file|zig {
}
~std/io:print.ln("Test file - phantom checker should fail before this runs")
Test Configuration
Expected Error:
Phantom semantic validation failed