summaryrefslogtreecommitdiff
path: root/tools/gyp/test/mac/archs/my_main_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/mac/archs/my_main_file.cc')
-rw-r--r--tools/gyp/test/mac/archs/my_main_file.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/gyp/test/mac/archs/my_main_file.cc b/tools/gyp/test/mac/archs/my_main_file.cc
deleted file mode 100644
index 5a4a17b5eb..0000000000
--- a/tools/gyp/test/mac/archs/my_main_file.cc
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Copyright (c) 2012 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 x;
-int main() {
- printf("hello, world %d\n", x);
-}