cmake/Tests/TryCompile/exit_with_error.c
2022-11-16 20:14:03 +01:00

8 lines
74 B
C

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