Searched refs:HasConstExprCtorT (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dliteral-type.cpp72 template <typename T> class HasConstExprCtorT { class
73 constexpr HasConstExprCtorT(T) {} function in class:HasConstExprCtorT
77 static_assert(__is_literal(HasConstExprCtorT<NonLiteral>), "fail");

Completed in 911 milliseconds