Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Ddefault.pass.cpp35 struct DefaultCtorThrows { struct
36 DefaultCtorThrows() { throw 42; } in DefaultCtorThrows() function