CBMC
goto_bmc_main.cpp
Go to the documentation of this file.
1 // Author: Enrico Steffinlongo for Diffblue Ltd.
2 
4 
5 #include <iostream>
6 #include <vector>
7 
8 int main(int argc, const char **argv)
9 {
10  return goto_bmc_parse_optionst{argc, argv}.main();
11 }
virtual int main()
int main(int argc, const char **argv)