[Issue 5577] Incorrectly generated di file with extern (C) and alias
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Oct 19 02:43:26 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=5577
Mathias LANG <pro.mathias.lang at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang at gmail.com
         Resolution|---                         |WORKSFORME
--- Comment #1 from Mathias LANG <pro.mathias.lang at gmail.com> ---
In D2 this produces:
```
// D import file generated from 'main.d'
module main;
void main();
```
And works as expected. Since D1 is retired (and the last user don't use
interface files AFAIK), I'm going to close this.
--
    
    
More information about the Digitalmars-d-bugs
mailing list