Searched refs:DefaultCtorThrows (Results 1 – 1 of 1) sorted by relevance
35 struct DefaultCtorThrows { struct36 DefaultCtorThrows() { throw 42; } in DefaultCtorThrows() argument70 using V = std::variant<DefaultCtorThrows, int>; in test_default_ctor_throws()