summaryrefslogtreecommitdiff
path: root/deps/gyp/test/same-gyp-name/src/subdir2/main2.cc
blob: 0c724dee35fe00076e0b3f78d5e18d0583224afa (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {
  printf("Hello from main2.cc\n");
  return 0;
}