PR c++/60862
[official-gcc.git] / gcc / testsuite / g++.dg / diagnostic / pr60862.C
blobcc5279cde6b20792eacfbfa5e799fb529493fea6
1 // PR c++/60862
2 // { dg-do compile }
4 extern void **bar (int, void *, int);
6 void
7 foo (int x, int y)
9   int **s = bar (x, &x, y); // { dg-error "17:invalid conversion" }