blob: 90ae904a5d61eaeb56f72cd568eb15e3eca6482c [file] [log] [blame]
// PR c++/54348
struct A {} a;
struct B {} b;
void f()
{
false ? a : b; // { dg-error "different types" }
}