1 2 3 4 5 6 7 8
/* { dg-additional-options "-std=gnu89" } */ foo (a, b, p) int *p; { p[0] = 1230 - a; p[1] = 1230 - b; }