summaryrefslogtreecommitdiff
path: root/deps/gyp/test/compilable/src/program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/compilable/src/program.cpp')
-rw-r--r--deps/gyp/test/compilable/src/program.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/gyp/test/compilable/src/program.cpp b/deps/gyp/test/compilable/src/program.cpp
deleted file mode 100644
index 8af2c9b6ff..0000000000
--- a/deps/gyp/test/compilable/src/program.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-#include "lib1.hpp"
-
-int main(void) {
- fprintf(stdout, "Hello from program.c\n");
- fflush(stdout);
- lib1_function();
- return 0;
-}