https://issues.dlang.org/show_bug.cgi?id=23213
--- Comment #4 from ryuukk_ <[email protected]> --- (In reply to Mike Parker from comment #1) > 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. Thanks, i sent a PR on that library's repo and left a note about this macro Should this be marked as resolved? --
