mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
11 lines
186 B
C
11 lines
186 B
C
/* TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fix22342.c(103): Error: named parameter required before `...`
|
|
---
|
|
*/
|
|
|
|
#line 100
|
|
|
|
// https://issues.dlang.org/show_bug.cgi?id=22342
|
|
|
|
void func(...);
|