[Issue 24297] ImportC incompatible with glibc _FORTIFY_SOURCE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 24 09:52:01 UTC 2023


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

--- Comment #4 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
Reduced:

#include <stdio.h>

int foo()
{
        int __n;
        return ((__typeof (__n)) 0 );
}

Maybe just needs a #define __typeof typeof?

--


More information about the Digitalmars-d-bugs mailing list