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
void b(void) { const char c; }
% cn --version git-c601ccf35-dirty [2024-12-30 16:32:05 -0500] % cn verify cheri_cheri_perms.c cheri_cheri_perms.c:1:14: error: File "backend/cn/lib/core_to_mucore.ml", line 631, characters 8-15: cheri_cheri_perms_and applied to 2 arguments void b(void) { ^
char c is fine (without const)
char c
const
The text was updated successfully, but these errors were encountered:
No branches or pull requests
char c
is fine (withoutconst
)The text was updated successfully, but these errors were encountered: