https://issues.dlang.org/show_bug.cgi?id=23213
Mike Parker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mike Parker <[email protected]> --- Well, it's valid C in C99. ImportC is a C11 compiler. In C11, support for VLAs is optional. Compilers that don't support them are supposed to define the __STDC_NO_VLA__ macro. --
