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