29int main(
int argc,
char **argv)
34 std::string opt_o{
"-O"};
35 std::string argv_1{argv[1]};
39 std::cout <<
"dummyV2-compile: Invalid option" << std::endl;
43 std::string output_name{argv[2]};
44 std::ofstream outfile(output_name);
46 outfile <<
"dummyV2-compile dummy output!!" << std::endl;