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

#include "foo.h"

int foo_func() { return 43; }

int foo_var = 44;