1 2 3 4 5 6 7
/* PR113438 * { dg-do compile } * { dg-options "-std=c23 -g" } */ void g(struct foo { int x; } a); void g(struct foo { int x; } a);