summaryrefslogtreecommitdiff
path: root/lldb/test/API/tools/lldb-dap/evaluate/foo.cpp
blob: b608d71f988440ed6d8666ea81a7cd7743ae381e (plain)
1
2
3
4
5
#include "foo.h"

int foo_func() { return 43; }

int foo_var = 44;