xref: /llvm-project/lldb/test/API/tools/lldb-dap/evaluate/foo.cpp (revision 01263c6c6fb495a94fe0ccbb1420bb1ec8460748)
1 #include "foo.h"
2 
foo_func()3 int foo_func() { return 43; }
4 
5 int foo_var = 44;
6