blob: aa6c55868d140126ce0c954966c219fe62dbaf20 [file] [log] [blame]
#include <fstream>
#include <iostream>
#include "exe_common.h"
int main(int argc, char* argv[])
{
std::cout << "running_exe_RelWithDebInfo\n";
return runRealExe(argc, argv);
}