aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/staticLibDeps/e.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-03-14 15:24:09 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-03-14 16:31:51 +0100
commitae6392f90d7a1de97262d934e0150cc53ea32451 (patch)
tree1bef1e06dd379c2dd425421286fdc22c9e75b227 /tests/auto/blackbox/testdata/staticLibDeps/e.cpp
parentfe1048e5b31504d525482c6fcf0298afdea6bda9 (diff)
fix library dependency order
Autotest from the bug report added. Task-number: QBS-524 Change-Id: I2ef3485db749424339a2ea96900e49fa5d1363d4 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/staticLibDeps/e.cpp')
-rw-r--r--tests/auto/blackbox/testdata/staticLibDeps/e.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/staticLibDeps/e.cpp b/tests/auto/blackbox/testdata/staticLibDeps/e.cpp
new file mode 100644
index 000000000..af7d24682
--- /dev/null
+++ b/tests/auto/blackbox/testdata/staticLibDeps/e.cpp
@@ -0,0 +1,7 @@
+void d();
+
+void e()
+{
+ d();
+}
+