aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/i.c
blob: 3bee8eacb8074569ec7edfa41d1229213f9635c1 (plain)
1
2
3
4
5
6
7
8
ase (p)
     short *p;
{
  int a;

  a = *p;
  *p = a + 1;
}