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

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