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