blob: 6ed6fcf2bb4d4294144f577b8d42a33ac47a9f55 [file] [log] [blame]
// Bug: Checking whether A depends on template parms, we crash because
// __builtin_va_list lacks TYPE_LANG_SPECIFIC.
// Build don't link:
void f (__builtin_va_list arg)
{
enum { a } A;
}