We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, we don't support abstract declarations for function parameters, but I've no clue what this even is, aside from an exception in the code :(
Look for the number 234 in the code to find clues to implement this feature.
234
The text was updated successfully, but these errors were encountered:
Looks like that's this: typedef void(*function)(int, const int*, const int*);
typedef void(*function)(int, const int*, const int*);
Sorry, something went wrong.
(#234) CodeGen: add a test for abstract parameter declarators
77d6194
30d1014
(#234, #72) CodeGen: process a complex struct with a function-typed f…
c25eb92
…ield
a7d264a
95d83a9
ForNeVeR
Successfully merging a pull request may close this issue.
Right now, we don't support abstract declarations for function parameters, but I've no clue what this even is, aside from an exception in the code :(
Look for the number
234
in the code to find clues to implement this feature.The text was updated successfully, but these errors were encountered: