bolt/deps/llvm-18.1.8/llvm/test/TableGen/if-unresolved-cast.td

9 lines
162 B
TableGen
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s
// XFAIL: vg_leak
class A { int x; }
// CHECK: Undefined reference to record: ''
if !cast<A>("").x then
def x;