1#include "foo.h"
2
3int foo_func() { return 43; }
4
5int foo_var = 44;
6

source code of lldb/test/API/tools/lldb-dap/evaluate/foo.cpp