bolt/deps/llvm-18.1.8/lldb/test/API/tools/lldb-dap/evaluate/foo.cpp

6 lines
67 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
#include "foo.h"
int foo_func() { return 43; }
int foo_var = 44;