summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/cflags/cppfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/cflags/cppfile.cpp')
-rw-r--r--deps/gyp/test/mac/cflags/cppfile.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/gyp/test/mac/cflags/cppfile.cpp b/deps/gyp/test/mac/cflags/cppfile.cpp
new file mode 100644
index 0000000000..1a54d18eec
--- /dev/null
+++ b/deps/gyp/test/mac/cflags/cppfile.cpp
@@ -0,0 +1,7 @@
+#ifdef CFLAG
+#error CFLAG should not be set
+#endif
+
+#ifndef CCFLAG
+#error CCFLAG should be set
+#endif