xref: /llvm-project/lldb/test/API/commands/frame/language/other-2.cpp (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1 #include "other.h"
2 
3 void
DoSomethingElse()4 Other::DoSomethingElse()
5 {
6   DoSomething();
7 }
8