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

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

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