summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/sdkroot/file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/sdkroot/file.cc')
-rw-r--r--deps/gyp/test/mac/sdkroot/file.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/gyp/test/mac/sdkroot/file.cc b/deps/gyp/test/mac/sdkroot/file.cc
new file mode 100644
index 0000000000..13ae971040
--- /dev/null
+++ b/deps/gyp/test/mac/sdkroot/file.cc
@@ -0,0 +1,5 @@
+#include <map>
+using std::map;
+
+int main() {
+}