summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/hello_with_greeting.c
blob: dbf90e314ff447a38abacabb2c28755bd98a1a86 (plain)
1
2
3
4
5
6
7
#include <greeting.h>

int main(void)
{
  greeting();
  return 0;
}