llvm/lldb/test/API/commands/target/dump/main.cpp

struct DummyStruct {
  int i;
};

DummyStruct s;

int main() { return s.i; }