xref: /llvm-project/lldb/test/API/functionalities/valobj_errors/hidden.c (revision 6462eadbd316aed1b1074ed73bcaf1698886bba1)
1 struct Opaque {
2   int i, j, k;
3 } *global;
getOpaque()4 struct Opaque *getOpaque() { return &global; }
5