summaryrefslogtreecommitdiff
path: root/deps/gyp/test/dependencies/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/dependencies/main.c')
-rw-r--r--deps/gyp/test/dependencies/main.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/deps/gyp/test/dependencies/main.c b/deps/gyp/test/dependencies/main.c
deleted file mode 100644
index 185bd482f2..0000000000
--- a/deps/gyp/test/dependencies/main.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2011 Google Inc. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include <stdio.h>
-
-extern int funcA();
-
-int main() {
- printf("%d\n", funcA());
- return 0;
-}