blob: 12c1ab2039cc272796d6d18fd05bb94db7d4378c [file] [log] [blame]
// PR c++/65879
static struct
{
void f();
struct Inner
{
void g();
};
} x;