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
For empty structs, we generate a dummy field for ANSI C compatibility.
This field needs to be included in initializers for the struct, but
should not be emitted in any other functions. I erroneously included it
in other functions in a previous merge. This commit fixes the issue by
ensuring the dummy field is only included in the struct initializer.
0 commit comments