void fn() { char cs[1]; if (cs) ; } Error: expression `cs` of type `char[1]` does not have a boolean value
@WalterBright created dlang/dmd pull request #13901 "fix Issue 22928 - importC: array does not have a boolean value" fixing this issue: - fix Issue 22928 - importC: array does not have a boolean value https://github.com/dlang/dmd/pull/13901
dlang/dmd pull request #13901 "fix Issue 22928 - importC: array does not have a boolean value" was merged into master: - 46cbfce9e06c6afd174887e02b6dbacd7d8a6433 by Walter Bright: fix Issue 22928 - importC: array does not have a boolean value https://github.com/dlang/dmd/pull/13901