// test.d
void fn(int x, ...) {}
output: "test.d(1): Error: `__va_list_tag` is not defined, perhaps `import core.stdc.stdarg;` ?"
it gives the error on 64-bit linux but compiles successfully on windows (either bitness) and 32-bit linux
Comment #1 by connor-gh — 2024-11-05T20:45:36Z
Just ran into this myself.
Comment #2 by robert.schadek — 2024-12-13T19:20:53Z