aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.other/defarg3.C
blob: 34709613c5b95fafa413affaed99b823096b20c5 (plain)
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)
{
}