/* Invalid use of __builtin_stdarg_start should not cause an ICE. Bug 17301. Case with no arguments. *//* { dg-do compile } *//* { dg-options "" } */voidfoo(char*format, ...){__builtin_stdarg_start();/* { dg-error "error: too few arguments to function '__builtin_stdarg_start'" } */}