blob: 2f8331e3f2bd653fc2c79fe337a4adc8ddbc4bbe [file] [log] [blame]
// PR c++/69113
// { dg-do compile }
// { dg-options "-fno-weak" }
struct foo
{
static void bar ()
{
struct baz
{
static void m ()
{
static int n;
}
};
}
};