/* Invalid use of __builtin_va_start should not cause an ICE. Bug 17301. *//* { dg-do compile } *//* { dg-options "" } */intwrite_format(char*format,...){__builtin_va_listp;__builtin_va_start(p);/* { dg-error "too few arguments to function 'va_start'" } */}