Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr27898_1.c
1
union
u
{
struct
{
int
i
;
}
;
}
;
2
3
extern
int
foo
(
union
u
*
)
;