Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Ddefault.pass.cpp36 struct DefaultCtorThrows { struct
37 DefaultCtorThrows() { throw 42; } in DefaultCtorThrows() argument
71 using V = std::variant<DefaultCtorThrows, int>; in test_default_ctor_throws()