blob: 7eb58f8a3b826662235203c5c9b8e37aa7c9ec92 [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
f()
{
struct { char x; } r;
g(r);
}