Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp229 constexpr const int MaybeReturnNonstaticRef(bool b, const int a) { in MaybeReturnNonstaticRef() function
232 static_assert(MaybeReturnNonstaticRef(false, 0) == 42, ""); // ok
233 constexpr int b = MaybeReturnNonstaticRef(true, 0); // ok