blob: 5612ee4fa3851396c1d485b8b8a777cd4abdf4c3 [file] [log] [blame]
/* PR113438
* { dg-do compile }
* { dg-options "-std=c23 -g" } */
void g(struct foo { int x; } a);
void g(struct foo { int x; } a);