Home
last modified time | relevance | path

Searched defs:c_error (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx2b.cpp163 constexpr auto c_error = c(1); // expected-error {{constexpr variable 'c_error' must be initialized by a constant expression}} \ in test_in_lambdas() local
214 constexpr auto c_error = c(1); // expected-error {{constexpr variable 'c_error' must be initialized by a constant expression}} \ in test_lambdas_implicitly_constexpr() local