https://issues.dlang.org/show_bug.cgi?id=22496
--- Comment #5 from [email protected] --- I attached a file that compiles with dmd. I had to comment out anything with: - `__extension__` - Restricted pointers `*__restrict` - `_Float128` - `__asm__` And in the source, anything with ISNAN, or in the preprocessed file, - `__builtin_isnan` --
