https://issues.dlang.org/show_bug.cgi?id=24505
Iain Buclaw <ibuc...@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ibuc...@gdcproject.org --- Comment #7 from Iain Buclaw <ibuc...@gdcproject.org> --- By the way, the documentation already covers this with the following workaround: ``` typedef struct stat stat_t; ``` https://dlang.org/spec/importc.html#tag-symbols --