https://issues.dlang.org/show_bug.cgi?id=22558
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Iain Buclaw <[email protected]> --- What happens is that in dmd.typesem, it sees the identifier __builtin_va_list, and blindly sets the type to `void*`, rather than using the already defined alias that resolves to the correct type. PR that introduced this behaviour: https://github.com/dlang/dmd/pull/13107 --
