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

--- Comment #5 from Iain Buclaw <[email protected]> ---
(In reply to Mathias Lang from comment #2)
>     assert(char.init == va_arg!(char)(arglist));

Is it the same if you do.

 char buf;
 va_arg(ap, arglist[0], &buf);
 assert(char.init == buf);

--

Reply via email to