https://issues.dlang.org/show_bug.cgi?id=21974
--- Comment #4 from Walter Bright <[email protected]> --- As you say, it's problematic to add the __builtin_va_list to cparse, as cparse does not have access to the types. A simple approach is to have the semantic routines start by adding the declaration for it, rather than cparse. --
