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
This happens because any non-trivial literal is treated as an expression so (literal) will trigger a clang evaluation and bindgen ignores constants that would be truncated to fit in a i64. I'll give it a go to see what happens.
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
The text was updated successfully, but these errors were encountered: