cmake/Tests/TryCompile/exit_with_error.c
2024-04-14 22:45:38 +02:00

8 lines
78 B
C

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