CMake/Tests/TryCompile/exit_with_error.c
2023-10-26 09:20:45 -04:00

8 lines
78 B
C

#include <stdio.h>
int main(void)
{
printf("hello world\n");
return 1;
}