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

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