Skip to content
New issue

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

Missing import #273

Open
trikko opened this issue Aug 4, 2021 · 2 comments
Open

Missing import #273

trikko opened this issue Aug 4, 2021 · 2 comments
Labels

Comments

@trikko
Copy link

trikko commented Aug 4, 2021

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;

@trikko
Copy link
Author

trikko commented Aug 5, 2021

I didn't see this one:
#34

... but I found a way to recreate it with a simple case!

@jacob-carlborg
Copy link
Owner

... but I found a way to recreate it with a simple case!

That's great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants