aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/dot-dot-pc-file/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/dot-dot-pc-file/main.cpp')
-rw-r--r--tests/auto/blackbox/testdata/dot-dot-pc-file/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/dot-dot-pc-file/main.cpp b/tests/auto/blackbox/testdata/dot-dot-pc-file/main.cpp
new file mode 100644
index 000000000..442b755bf
--- /dev/null
+++ b/tests/auto/blackbox/testdata/dot-dot-pc-file/main.cpp
@@ -0,0 +1,5 @@
+#ifndef THE_MAGIC_DEFINE
+#error "missing the magic define"
+#endif
+
+int main() {}