blob: 84792c8c4c1d33dff16007177ca8446def429b11 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
int* hp;
int* jp;
void f (int *ip, int kp = hp - jp)
{
}