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

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

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