llvm/lldb/test/API/functionalities/rerun_and_expr/main.cpp

struct Foo {
  int m_val = 42;
};

int main() {
  Foo foo;
  return 0;
}