1struct Opaque {
2 int i, j, k;
3} *global;
4struct Opaque *getOpaque() { return &global; }
5

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of lldb/test/API/functionalities/valobj_errors/hidden.c