Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Ddefault.pass.cpp43 struct DefaultCtorThrows { struct
44 DefaultCtorThrows() { throw 42; } in DefaultCtorThrows() function
78 using V = std::variant<DefaultCtorThrows, int>; in test_default_ctor_throws()