bolt/deps/llvm-18.1.8/llvm/test/TableGen/exists-error-non-string.td
2025-02-14 19:21:04 +01:00

8 lines
202 B
TableGen

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