1*1f5207b7SJohn Levon extern int foo (const char *, ...);
sparse_error(const char err[])2*1f5207b7SJohn Levon static void sparse_error(const char err[])
3*1f5207b7SJohn Levon {
4*1f5207b7SJohn Levon   foo("%s\n",err);
5*1f5207b7SJohn Levon }
6*1f5207b7SJohn Levon /*
7*1f5207b7SJohn Levon  * check-name: Varargs bogus warning regression test #1
8*1f5207b7SJohn Levon  */
9