mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
9 lines
210 B
D
9 lines
210 B
D
/*
|
|
DISABLED: win32 win64 linux32 osx32 freebsd32 openbsd32
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail6451.d(9): Error: `__va_list_tag` is not defined, perhaps `import core.stdc.stdarg;` ?
|
|
---
|
|
*/
|
|
|
|
void error(...){}
|