rt_gccstream/gcc/testsuite/gcc.c-torture/compile/930530-1.c

6 lines
54 B
C

f ()
{
struct { char a, b; } x;
g (x, x, x, x);
}