(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
defarg3.C
// { dg-do assemble  }
// Origin: Mark Mitchell <mark@codesourcery.com>

int* hp;
int* jp;

void f (int *ip, int kp = hp - jp)
{
}