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

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

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