hanchenye-llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp

8 lines
72 B
C++

#include "other.h"
void
Other::DoSomethingElse()
{
DoSomething();
}