Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/constructors/
H A Dmain.cpp10 struct ClassWithOneCtor { struct
12 ClassWithOneCtor(int i) { value = i; } in ClassWithOneCtor() argument