diff options
Diffstat (limited to 'third_party/python/gyp/test/no-cpp/src/call-f-main.c')
-rw-r--r-- | third_party/python/gyp/test/no-cpp/src/call-f-main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/no-cpp/src/call-f-main.c b/third_party/python/gyp/test/no-cpp/src/call-f-main.c new file mode 100644 index 0000000000..8b95c5910e --- /dev/null +++ b/third_party/python/gyp/test/no-cpp/src/call-f-main.c @@ -0,0 +1,2 @@ +void* f(); +int main() { f(); } |