diff options
Diffstat (limited to 'third_party/python/gyp/test/determinism/main.cc')
-rw-r--r-- | third_party/python/gyp/test/determinism/main.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/determinism/main.cc b/third_party/python/gyp/test/determinism/main.cc new file mode 100644 index 0000000000..2cd74d3c77 --- /dev/null +++ b/third_party/python/gyp/test/determinism/main.cc @@ -0,0 +1,5 @@ +extern int foo(); + +int main() { + return foo(); +} |