1 /* { dg-do compile } */
2 /* { dg-options "-fallow-parameterless-variadic-functions" } */
3 #include <stdarg.h>
4 extern void baz(...);
5