int *ps[1]; _Static_assert(sizeof(ps[0][0]) == sizeof(int), ""); Error: array type has incomplete element type `ps[0]`
@WalterBright created dlang/dmd pull request #14474 "fix Issue 22973 - importC: sizeof with array and pointer access gives…" fixing this issue: - fix Issue 22973 - importC: sizeof with array and pointer access gives array type has incomplete element type https://github.com/dlang/dmd/pull/14474
dlang/dmd pull request #14474 "fix Issue 22973 - importC: sizeof with array and pointer access gives…" was merged into master: - f3aceb3c765f631f51fc0b73632e7a5612b7ec51 by Walter Bright: fix Issue 22973 - importC: sizeof with array and pointer access gives array type has incomplete element type https://github.com/dlang/dmd/pull/14474