summaryrefslogtreecommitdiff
path: root/deps/gyp/test/standalone-static-library/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/standalone-static-library/prog.c')
-rw-r--r--deps/gyp/test/standalone-static-library/prog.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/gyp/test/standalone-static-library/prog.c b/deps/gyp/test/standalone-static-library/prog.c
deleted file mode 100644
index 8af5c90844..0000000000
--- a/deps/gyp/test/standalone-static-library/prog.c
+++ /dev/null
@@ -1,7 +0,0 @@
-extern void print(void);
-
-int main(void)
-{
- print();
- return 0;
-}