CMake/Source/kwsys/testFail.c

8 lines
130 B
C
Raw Normal View History

2005-09-16 16:20:48 +04:00
#include <stdio.h>
int main(int argc, char* argv[])
{
printf("%s: This test intentionally fails\n", argv[0]);
return argc;
}