diff options
Diffstat (limited to 'third_party/python/gyp/test/no-cpp/src/f.cc')
-rw-r--r-- | third_party/python/gyp/test/no-cpp/src/f.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/no-cpp/src/f.cc b/third_party/python/gyp/test/no-cpp/src/f.cc new file mode 100644 index 0000000000..02f50f21a0 --- /dev/null +++ b/third_party/python/gyp/test/no-cpp/src/f.cc @@ -0,0 +1,3 @@ +extern "C" { void* f(); } + +void* f() { return new int; } |