llvm-project/lldb/test/API/functionalities/breakpoint/move_nearest/foo.cpp

4 lines
53 B
C++

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