dmd/compiler/test/fail_compilation/fail19911a.d
2022-07-09 18:53:07 +02:00

11 lines
193 B
D

/*
REQUIRED_ARGS: -betterC
TEST_OUTPUT:
---
fail_compilation/fail19911a.d(9): Error: function `fail19911a.fun` D-style variadic functions cannot be used with -betterC
---
*/
void fun(...)
{
}