CMake/Tests/RunCMake/CrosscompilingEmulator/simple_src_exiterror.cxx
Jean-Christophe Fillion-Robin eccfc0d185 Tests: Improve source file name in RunCMake.CrosscompilingEmulator
The test executable returns with an error, so indicate this in the
source name.
2016-05-03 10:42:21 -04:00

5 lines
40 B
C++

int main(int, char **)
{
return 13;
}