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
I was trying to compile clay.h but the compiled code is calling this _cxgo_offsetof() function. for example _cxgo_offsetof(Clay__Alignbool{}, "#member"))), arena))}
I was trying to compile clay.h but the compiled code is calling this
_cxgo_offsetof()
function. for example_cxgo_offsetof(Clay__Alignbool{}, "#member"))), arena))}
Steps to reproduce:
cxgo file clay.c
_cxgo_offsetof
for example on line 730:here is the C code for the function:
The text was updated successfully, but these errors were encountered: