071 std log event name

✓ 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 }
| done {}

~std.log(msg: "hello")
| done |> _
input.kz

Test Configuration

Expected Behavior:

COMPILES