CMake/Tests/RunCMake/Ninja/hello_with_greeting.c

8 lines
68 B
C

#include <greeting.h>
int main(void)
{
greeting();
return 0;
}