1struct Foo {
2 int m_val = 42;
3};
4
5int main() {
6 Foo foo;
7 return 0;
8}
9

Provided by KDAB

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

source code of lldb/test/API/functionalities/rerun_and_expr/main.cpp