blob: 08e204f75bc1ac7797e48516b4614d4bbd5adf65 [file]
// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s
class A { int x; }
// CHECK: Undefined reference to record: ''
if !cast<A>("").x then
def x;