https://issues.dlang.org/show_bug.cgi?id=23402 --- Comment #4 from Walter Bright <bugzilla at digitalmars.com> --- ---- foo.c ------ #include <math.h> int main() {} --------- Now compiles without error. Though this has nothing to do with Adam's report. --