Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
overload4.C
blob: a81fd2db92a36b6f4ab6e00fa0470a856c2ca11f [
file
] [
log
] [
blame
]
// { dg-do link }
void
f
(
int
*
const
volatile
*
const
*
const
*);
void
f
(
int
*
const
*
const
*
const
*)
{}
int
main
()
{
int
***
ip
;
f
(&
ip
);
}