Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / overload4.C
bloba81fd2db92a36b6f4ab6e00fa0470a856c2ca11f
1 // { dg-do link  }
3 void f(int* const volatile * const * const*);
4 void f(int* const * const * const*) {}
6 int main()
8   int*** ip;
9   f(&ip);