Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
H A Ddefault.pass.cpp32 struct TestConstexpr : public std::any { in main() struct
33 constexpr TestConstexpr() : std::any() {} in main() argument