aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/removeFileDependency/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/removeFileDependency/main.cpp')
-rw-r--r--tests/auto/blackbox/testdata/removeFileDependency/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/removeFileDependency/main.cpp b/tests/auto/blackbox/testdata/removeFileDependency/main.cpp
new file mode 100644
index 000000000..77727cf42
--- /dev/null
+++ b/tests/auto/blackbox/testdata/removeFileDependency/main.cpp
@@ -0,0 +1,9 @@
+#include "someheader.h"
+#include <cstdio>
+
+int main()
+{
+ printf("The magic value is %d.\n", magicValue());
+ return 0;
+}
+