aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/glob.c
blob: c4efc8c657b4640dd6366199f0f1be5c48867b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typedef int tt;

tt a1;
tt a2;
tt a3;

void
foo (void)
{
  a1++;
  a2++;
  a1++;
}