bolt/deps/llvm-18.1.8/llvm/test/TableGen/if-unresolved-cast.td
2025-02-14 19:21:04 +01:00

8 lines
162 B
TableGen

// 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;