Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A DT.pass.cpp33 struct ThrowsT { struct
34 ThrowsT(int) noexcept(false) {} in ThrowsT() argument
52 using V = std::variant<Dummy, ThrowsT>; in test_T_ctor_noexcept()