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

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