Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/virtual-functions/
H A Dmain.cpp19 struct DerivedWithoutVirtDtor : BaseWithoutVirtDtor { struct
20 virtual int foo() { return 4; } in foo()