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