004 void event

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

Setup: count=1
Process: count=1
Process: count=2
Process: count=3
Cleanup: count=1
Void events work correctly

Expected output

Setup: count=1
Process: count=1
Process: count=2
Process: count=3
Cleanup: count=1
Void events work correctly

Flows

flow ~setup click a branch to expand · @labels scroll to their anchor
setup
flow ~process click a branch to expand · @labels scroll to their anchor
process
flow ~process click a branch to expand · @labels scroll to their anchor
process
flow ~process click a branch to expand · @labels scroll to their anchor
process
flow ~cleanup click a branch to expand · @labels scroll to their anchor
cleanup
flow ~verify click a branch to expand · @labels scroll to their anchor
verify

Test Configuration

MUST_RUN