llvm/lldb/test/API/functionalities/valobj_errors/hidden.c

struct Opaque {
  int i, j, k;
} *global;
struct Opaque *getOpaque() { return &global; }