xref: /llvm-project/lldb/test/API/functionalities/rerun_and_expr_dylib/lib.cpp (revision e1edcf7d14c126b9ebd2a77fcd9041d056cce64a)
1*e1edcf7dSMichael Buch LLDB_DYLIB_EXPORT struct Foo { int m_val = 42; } global_foo;
2