https://issues.dlang.org/show_bug.cgi?id=23053
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> --- clang gives a warning: test.c:4:7: warning: incompatible pointer types initializing 'int *' with an expression of type 'int (*)[1]' [-Wincompatible-pointer-types] int *a = &(int[1]){0}; --
