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

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