Home
last modified time | relevance | path

Searched refs:constexprNotBool (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dstatic-assert.cpp213 constexpr NotBool constexprNotBool; variable
215 static_assert(constexprNotBool, "message"); // expected-error {{value of type 'const NotBool' is no…