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

int
foo (a, p)
     int *p;
{
  p[0] = 85 * a;
  p[1] = -86 * a;
}