llvm-project/lldb/test/API/tools/lldb-vscode/evaluate/foo.cpp

6 lines
67 B
C++

#include "foo.h"
int foo_func() { return 43; }
int foo_var = 44;