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

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