summaryrefslogtreecommitdiff
path: root/deps/gyp/test/same-source-file-name/src/subdir2/func.c
blob: 0248b5720e0c92ed28c253166ecaef05d616fb69 (plain)
1
2
3
4
5
6
#include <stdio.h>

void subdir2_func(void)
{
  printf("Hello %s from subdir2/func.c\n", PROG);
}