[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / expr / cast9.C
blob150183a389893848b2c9510453a02d7cff3f6406
1 // PR c++/27177
3 struct Z {};
4 struct A : Z {};
6 Z* implicitToZ (Z*);
8 struct B : A
10   static const int i = sizeof(implicitToZ((B*)0));