https://issues.dlang.org/show_bug.cgi?id=22343

--- Comment #1 from Iain Buclaw <[email protected]> ---
(In reply to Iain Buclaw from comment #0)
> Similar to issue 22342, functions can be implicitly declared in C11, and
> will have default function type `int(...)`.
On the C side, the type is really `int()`, but not specifying any parameters is
the same as accepting any parameters.

--

Reply via email to