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
Is there a way to support cyclic struct declerations? Normally in C you would eagerly declare the struct without a body to work around this. However when I try this, I get an already declared assertion error.
How do I work around this?
The text was updated successfully, but these errors were encountered:
Is there a way to support cyclic struct declerations? Normally in C you would eagerly declare the struct without a body to work around this. However when I try this, I get an already declared assertion error.
How do I work around this?
The text was updated successfully, but these errors were encountered: