blob: 866aba87e6fd69abc03d83baac4be5756822c907 [file] [log] [blame]
// PR tree-optimization/69483
// { dg-do compile }
struct T { struct S *a; };
struct S b; // { dg-error "aggregate 'S b' has incomplete type and cannot be defined" }
struct T c = { &b };