April 15
https://issues.dlang.org/show_bug.cgi?id=24506

feklushkin.denis@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|importC: illegal            |importC: illegal
                   |combination of type         |combination of type
                   |specifiers                  |specifiers __extension__
                   |                            |typedef long long

--
April 15
https://issues.dlang.org/show_bug.cgi?id=24506

feklushkin.denis@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from feklushkin.denis@gmail.com ---
I mixed up a separate preprocessor and importC facility

importC isn't supports any extensions, but internal preprocessor does. Preprocessor should be called for each file manually.

--