1 2 3 4 5 6 7 8 9 10 11 12 13
/* { dg-additional-options "-std=gnu89" } */ foo (a, p) int *p; { int b; a++; b = *p; if (a) return 1; return b; }