1 2 3 4 5 6
/* { dg-do compile } */ void f (char *c, ...) { __builtin_next_arg (*c); /* { dg-warning "not last named argument" } */ }