✓
Passing This code compiles and runs correctly.
Code
~import std/taps
~import std/io
~event work {}
~proc work|zig {
}
~tap(work -> *)
| Profile p |> std/io:print.ln("Profile: {{p.source:s}}.{{p.branch:s}}")
~work()
Actual
Profile: input:work.__void
Expected output
Profile: input:work.__void
Test Configuration
MUST_RUN