summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/determinism/main.cc
blob: 2cd74d3c770a988bda86480e19eb8709a427f2b5 (plain)
1
2
3
4
5
extern int foo();

int main() {
  return foo();
}