mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 07:28:54 -06:00
8 lines
130 B
C
8 lines
130 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
printf("%s: This test intentionally fails\n", argv[0]);
|
|
return argc;
|
|
}
|