summaryrefslogtreecommitdiff
path: root/deps/gyp/test/dependencies/c/c.c
blob: 4949daf3ee1fe197e61f2013c27a8704bc089c6d (plain)
1
2
3
4
int funcC() {
  return 3
  // Intentional syntax error. This file should never be compiled, so this
  // shouldn't be a problem.