-- Fixture: a fanout stage written with the `B.pipeline` sugar.
--
-- `tests/fixtures/fanout_stage_raw.bp.lua` is the same flow hand-built out
-- of `flow_dsl` nodes; `tests/dsl_fanout_stage.rs` asserts the two build to
-- the same JSON, which is what pins the sugar's expansion.
local B = require
local flow = B.
return