summaryrefslogtreecommitdiff
path: root/deps/gyp/test/dependencies/b/b.c
blob: b5e771bcc77b0bd9e38f1383917c20c6456639cf (plain)
1
2
3
int funcB() {
  return 2;
}