bolt/deps/llvm-18.1.8/llvm/test/TableGen/exists-error-non-string.td

9 lines
202 B
TableGen
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: not llvm-tblgen --no-warn-on-unused-template-args %s 2>&1 | FileCheck %s
// XFAIL: vg_leak
//CHECK: expected string type argument in !exists operator
class A;
defvar value = !exists<A>(123);