1 /* PR middle-end/18820 */
2 /* Check that we reject nested functions as initializers
3 of static variables. */
5 /* { dg-do compile } */
6 /* { dg-options "" } */
12 extern void baz(struct S
*);
24 static struct S s
= { bar
}; /* { dg-error "(is not constant)|(near initialization)" } */