cmake/Tests/TryCompile/exit_success.c

8 lines
78 B
C
Raw Normal View History

#include <stdio.h>
2024-04-14 22:45:38 +02:00
int main(void)
{
printf("hello world\n");
return 0;
}