#include #include #include #include #include struct Config { std::filesystem::path memory_file; std::vector refs; std::filesystem::path dut; int cli_parse(int argc, char **argv); }; extern Config config;