1#include "other.h"
2
3void
4Other::DoSomethingElse()
5{
6 DoSomething();
7}
8

source code of lldb/test/API/commands/frame/language/other-2.cpp