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
Description
In C we can use nested structs as function parameters without parent struct typename. But wrappers for such functions cannot be compiled with C++ compilers
Description
In C we can use nested structs as function parameters without parent struct typename. But wrappers for such functions cannot be compiled with C++ compilers
Example
To Reproduce
Steps to reproduce the behavior:
get_fld
Expected behavior
Tests are supposed to be executed successfully.
Actual behavior
Compilation error.
Visual proofs (screenshots, logs)
The text was updated successfully, but these errors were encountered: