1// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s 2// XFAIL: vg_leak 3 4class A { int x; } 5 6// CHECK: Undefined reference to record: '' 7if !cast<A>("").x then 8 def x; 9