summaryrefslogtreecommitdiff
path: root/deps/gyp/test/rules/src/subdir3/function3.in
blob: 99f46ab05e6ec4b182eaa59d05264d67f2c773a1 (plain)
1
2
3
4
5
6
#include <stdio.h>

extern "C" void function3(void)
{
  printf("Hello from function3.in\n");
}