[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / expr / cond13.C
blob90ae904a5d61eaeb56f72cd568eb15e3eca6482c
1 // PR c++/54348
3 struct A {} a;
4 struct B {} b;
6 void f()
8     false ? a : b;              // { dg-error "different types" }