2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / defarg3.C
blob34709613c5b95fafa413affaed99b823096b20c5
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 int* hp;
5 int* jp;
7 void f (int *ip, int kp = hp - jp)