aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/930503-2.c
blob: 7eb58f8a3b826662235203c5c9b8e37aa7c9ec92 (plain)
1
2
3
4
5
6
7
/* { dg-additional-options "-std=gnu89" } */

f()
{
  struct { char x; } r;
  g(r);
}