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
typedef struct { int x; } Foo;
output: const Foo = Cvoid
const Foo = Cvoid
The text was updated successfully, but these errors were encountered:
This seems to relate to the last two commits mentioned here: #162 (comment) Sorry I didn't make that into a PR yet. Though I guess it depends on #162
Sorry, something went wrong.
hi @visr, it seems that these two commits are orthogonal to #162. do you have any plan to submit a PR?
Ah ok good to know. Don't have time right now, but if this works for you, feel free to use it/make a PR yourself!
Successfully merging a pull request may close this issue.
output:
const Foo = Cvoid
The text was updated successfully, but these errors were encountered: