summaryrefslogtreecommitdiff
path: root/deps/gyp/test/no-cpp/src/call-f-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/no-cpp/src/call-f-main.c')
-rw-r--r--deps/gyp/test/no-cpp/src/call-f-main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/gyp/test/no-cpp/src/call-f-main.c b/deps/gyp/test/no-cpp/src/call-f-main.c
deleted file mode 100644
index 8b95c5910e..0000000000
--- a/deps/gyp/test/no-cpp/src/call-f-main.c
+++ /dev/null
@@ -1,2 +0,0 @@
-void* f();
-int main() { f(); }