CMake/Tests/Complex/Executable/complex.file.cxx

9 lines
82 B
C++
Raw Normal View History

#if 0
#include "cmMissingHeader.h"
#endif
2003-08-01 23:41:47 +04:00
int main(int , char**)
{
return 0;
}