aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/stru.c
blob: 042c522178462770517b4640de37892b251a2fd7 (plain)
1
2
3
4
5
6
7
8
9
struct foo
{
  int a, b, c;
};

foo (struct foo *a)
{
  a[0] = a[1];
}