summaryrefslogtreecommitdiff
path: root/deps/gyp/test/generator-output/rules/subdir1/function2.in1
blob: 6bad43f9cf45b25b83437c4c6b1c764ff62ec3ae (plain)
1
2
3
4
5
6
#include <stdio.h>

void function2(void)
{
  printf("Hello from function2.in1\n");
}