Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/any/any.class/any.cons/
Ddefault.pass.cpp34 struct TestConstexpr : public std::any { in main() struct
35 constexpr TestConstexpr() : std::any() {} in main() function