| 401 | downstream_function_run_aftert_return_to_avoid_stack_overflow) { |
| 402 | struct F1 : public GraphProcessor { |
| 403 | virtual int process() noexcept override { |
| 404 | *x.emit() = *a; |
| 405 | return 0; |
| 406 | } |
| 407 | ANYFLOW_INTERFACE(ANYFLOW_DEPEND_DATA(int32_t, a) |
| 408 | ANYFLOW_EMIT_DATA(int32_t, x)) |
| 409 | }; |