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
test.h:
typedef __builtin_va_list __gnuc_va_list; typedef __gnuc_va_list va_list;
test.d:
extern (C): alias __gnuc_va_list = __va_list_tag[1]; alias va_list = __va_list_tag[1];
test.d is missing import core.stdc.stdarg;
test.d
import core.stdc.stdarg;
The text was updated successfully, but these errors were encountered:
I didn't see this one: #34
... but I found a way to recreate it with a simple case!
Sorry, something went wrong.
That's great.
No branches or pull requests
test.h:
test.d:
test.d
is missingimport core.stdc.stdarg;
The text was updated successfully, but these errors were encountered: