blob: 837de05948ca2f07e6cde791d4317f0ae6772d83 [file] [log] [blame]
/* { dg-do compile }
* { dg-options "-std=c23 -g" } */
struct a;
typedef struct a b;
void g() {
struct a { b* x; };
}
struct a { b* x; };