summaryrefslogtreecommitdiff
path: root/tools/gyp/test/toplevel-dir/src/sub2/prog2.c
blob: 7635ae8c1ce43a5925445e0ea5f4a987170eefea (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, char *argv[])
{
  printf("Hello from prog2.c\n");
  return 0;
}