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

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