summaryrefslogtreecommitdiff
path: root/deps/gyp/test/generator-output/src/subdir2/deeper/deeper.c
blob: 843505cd11cd8bd0c5ffb1667ab225e6befda5dc (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main(void)
{
  printf("Hello from deeper.c\n");
  return 0;
}