llvm-project/lldb/test/API/functionalities/pre_run_dylibs/foo.cpp

4 lines
53 B
C++

#include "foo.h"
int call_foo1() { return foo1(); }