// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s // XFAIL: vg_leak class A {} class B : A {} class C : A {} // CHECK: Value 'x' of type 'C' is incompatible with initializer '{{.*}}' of type 'A' class X { C x = !if(cc, b, c); }