CMake/Tests/SubDirSpaces/Some Examples/example2/example2.cxx

8 lines
71 B
C++

#include <stdio.h>
int main()
{
printf("example2\n");
return 0;
}