Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_destructible.pass.cpp69 struct ProtectedAbstract { protected: virtual void foo() = 0; }; struct
108 test_is_destructible<ProtectedAbstract>(); in main()