llvm-project/lldb/test/API/commands/frame/language/other.cpp

11 lines
97 B
C++

#include "other.h"
extern "C" void some_func();
void
Other::DoSomething()
{
some_func();
}