You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update async constructor tests for sret convention
The state machine constructor now uses sret (structure return)
convention where:
- First param is output pointer (__sret)
- Original function params follow
- Return is void (struct written via sret pointer)
Update test assertions to match:
- test_state_machine_constructor_generation: 2 params (sret + x), void return
- test_constructor_with_multiple_parameters: Store instructions instead
of InsertValue, 4 param values (sret + 3 original)
0 commit comments