✓
Passing This code compiles and runs correctly.
Code
// Test 802: Comptime Pass No-op
// Verifies that the evaluate_comptime pass runs without breaking anything
// This test has NO comptime events - just verifies infrastructure works
const std = @import("std");
// Simple event with no comptime parameters
~tor greet { name: string } -> string
~proc greet|zig {
const msg = "Hello, World!";
return msg;
}
// Simple flow to trigger compilation
~greet(name: "Koru")Flows
flow ~greet click a branch to expand · @labels scroll to their anchor
greet (name: "Koru")
Test Configuration
MUST_RUN