https://issues.dlang.org/show_bug.cgi?id=22622
--- Comment #1 from [email protected] --- importing a C module before core.stdc.stdio also triggers the bug: --- % echo '// empty' >empty.c % echo 'import empty; import core.stdc.stdio; void main(){}' >main.d % dmd main.d --- if the import order is swapped, the error disappears --
