// 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
Just ran into this myself.