https://issues.dlang.org/show_bug.cgi?id=23409
--- Comment #5 from [email protected] --- (In reply to Walter Bright from comment #4) > The problem probably has to do with putting va_start and va_end in a loop. I > think it was written expecting it to be done only once. The same problem occurs with manually unrolling the loop. --
