Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Ddefault.pass.cpp34 struct DefaultCtorThrows { struct
35 DefaultCtorThrows() { throw 42; } in DefaultCtorThrows() argument