blob: 6aa963e7a108601215611adca5ece84a2e6e00a7 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-g -O" } */
extern void foo (void);
static
void baz (int i)
{
foo ();
typedef char A[i];
struct { A b; } *x = 0;
}
void
bar (i)
{
baz (i);
}