1 2 3 4 5 6 7 8
/* { dg-additional-options "-std=gnu89" } */ void foo () { int x1, x2, x3; bar (&x2 - &x1, &x3 - &x2); }