1 2 3 4 5 6 7 8 9
// { dg-do assemble } // Origin: Mark Mitchell <mark@codesourcery.com> int* hp; int* jp; void f (int *ip, int kp = hp - jp) { }