summaryrefslogtreecommitdiff
path: root/deps/gyp/test/builddir/src/func4.c
blob: 732891b79a999c835aed3e34279fa2fbc19244bb (plain)
1
2
3
4
5
6
#include <stdio.h>

void func4(void)
{
  printf("Hello from func4.c\n");
}