Home
last modified time | relevance | path

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

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