node/tools/gyp/test/multiple-targets/src/common.c

8 lines
87 B
C

#include <stdio.h>
void common(void)
{
printf("hello from common.c\n");
return;
}