aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr113438.c
blob: 5612ee4fa3851396c1d485b8b8a777cd4abdf4c3 (plain)
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);