The following C code fails to compile: int puts(const char*); int main(){ _Generic(1, int:puts("int"), float:puts("float")); // found `_Generic` instead of statement. }
@WalterBright created dlang/dmd pull request #14013 "fix Issue 23028 - ImportC: found _Generic instead of statement" fixing this issue: - fix Issue 23028 - ImportC: found _Generic instead of statement https://github.com/dlang/dmd/pull/14013
dlang/dmd pull request #14013 "fix Issue 23028 - ImportC: found _Generic instead of statement" was merged into master: - 5be857bed4f935ff00c8cae2388a17d4fe18c274 by Walter Bright: fix Issue 23028 - ImportC: found _Generic instead of statement https://github.com/dlang/dmd/pull/14013