1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
6 void f (int *, const char *, ...);
8 void g (const char *conf_name
)
16 const Section sections
[2] = { {"", 0}, {"", 1} };
18 f (stderr
, "", "", conf_name
, 0, sections
[0]);
19 f (stderr
, "", "", conf_name
, 0, sections
[0]);