aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/new-output-artifact-in-dependency/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/new-output-artifact-in-dependency/main.cpp')
-rw-r--r--tests/auto/blackbox/testdata/new-output-artifact-in-dependency/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/new-output-artifact-in-dependency/main.cpp b/tests/auto/blackbox/testdata/new-output-artifact-in-dependency/main.cpp
new file mode 100644
index 000000000..b44adf42f
--- /dev/null
+++ b/tests/auto/blackbox/testdata/new-output-artifact-in-dependency/main.cpp
@@ -0,0 +1,6 @@
+//void f();
+
+int main()
+{
+// f();
+}