1#include "other.h"
2
3extern "C" void some_func();
4
5void
6Other::DoSomething()
7{
8 some_func();
9}
10
11

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