rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/defarg3.C

10 lines
131 B
C

// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
int* hp;
int* jp;
void f (int *ip, int kp = hp - jp)
{
}