Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/constructors/
H A Dmain.cpp5 struct ClassWithDefaultedCtor { struct
7 int foo() { return 2; } in foo()