1struct DummyStruct {
2 int i;
3};
4
5DummyStruct s;
6
7int main() { return s.i; }
8

source code of lldb/test/API/commands/target/dump/main.cpp