summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Autogen/exe_debug.cpp
blob: ae5185b2d31debb1dd83fe400a612881a3574fe2 (plain)
1
2
3
4
5
6
7
8
9
10
#include <fstream>
#include <iostream>

#include "exe_common.h"

int main(int argc, char* argv[])
{
  std::cout << "running_exe_Debug\n";
  return runRealExe(argc, argv);
}