https://issues.dlang.org/show_bug.cgi?id=22584

Iain Buclaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Iain Buclaw <[email protected]> ---
Likewise, the inverse compiles with DMD, but does not compile with GCC.
---
extern long add(long a, long b);

long add(long, long)
{
    return a + b;
}

--

Reply via email to