summaryrefslogtreecommitdiff
path: root/deps/gyp/test/make/noload/main.c
blob: 26ec1889ad3501aea652b80fc528acc787da3fd1 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

#include "lib/shared.h"

int main(void)
{
  printf("Hello from %s.\n", kSharedStr);
  return 0;
}