https://issues.dlang.org/show_bug.cgi?id=24297
--- Comment #4 from Vladimir Panteleev <[email protected]> --- Reduced: #include <stdio.h> int foo() { int __n; return ((__typeof (__n)) 0 ); } Maybe just needs a #define __typeof typeof? --
d-bugmail--- via Digitalmars-d-bugs Sun, 24 Dec 2023 01:53:53 -0800
https://issues.dlang.org/show_bug.cgi?id=24297
--- Comment #4 from Vladimir Panteleev <[email protected]> --- Reduced: #include <stdio.h> int foo() { int __n; return ((__typeof (__n)) 0 ); } Maybe just needs a #define __typeof typeof? --