9#ifndef CPROVER_TESTING_UTILS_FREE_FORM_CMDLINE_H
10#define CPROVER_TESTING_UTILS_FREE_FORM_CMDLINE_H
21 void add_option(std::string flag, std::string value);
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...