summaryrefslogtreecommitdiff
path: root/deps/gyp/test/multiple-targets/src/common.c
blob: f1df7c1431464bfee76a2bd08aff784de28286d2 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

void common(void)
{
  printf("hello from common.c\n");
  return;
}