blob: 97f8ef2fcaa1162624a95ff023f4697038edc8fa [file] [log] [blame]
// PR c++/65811
struct foo { int i; };
static void fn1 ();
inline void
fn1 ()
{
static struct foo a[1];
}