cmake/Tests/RunCMake/Ninja/hello_with_greeting.c

8 lines
68 B
C
Raw Normal View History

2016-07-09 11:21:54 +02:00
#include <greeting.h>
int main(void)
{
greeting();
return 0;
}