FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / defarg3.C
blob84792c8c4c1d33dff16007177ca8446def429b11
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 int* hp;
5 int* jp;
7 void f (int *ip, int kp = hp - jp)