https://issues.dlang.org/show_bug.cgi?id=3743
--- Comment #2 from Joakim <[email protected]> --- I think I ran into this issue when I tried to import core.sys.posix.sys.types.off_t in core.stdc.stdio, for use in the fpos_t definition on linux. Commenting out the "static if" block around off_t fixed the issue, so it's definitely related to "static if" somehow. --
