https://issues.dlang.org/show_bug.cgi?id=22938

--- Comment #1 from Walter Bright <[email protected]> ---
Example:

// test.c(2): Error: found `1` when expecting `]`
// test.c(2): Error: `=`, `;` or `,` expected to end declaration instead of `]`
__import core.stdc.stdint;
char cs[(int32_t)1];

--

Reply via email to