✓
Passing This code compiles and runs correctly.
Code
// This tests CODEX_REVIEW_FINDINGS MEDIUM #1
// std.log is a valid event name, should not trigger "Zig code not allowed"
event std.log { msg: []const u8 }
std.log(msg: "hello")
Output must match:
COMPILESFlows
flow ~std.log click a branch to expand · @labels scroll to their anchor
std.log (msg: "hello")