summaryrefslogtreecommitdiffstats
path: root/config.tests/static_link_order/staticlib2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/static_link_order/staticlib2.cpp')
-rw-r--r--config.tests/static_link_order/staticlib2.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.tests/static_link_order/staticlib2.cpp b/config.tests/static_link_order/staticlib2.cpp
new file mode 100644
index 0000000000..a9abf424fe
--- /dev/null
+++ b/config.tests/static_link_order/staticlib2.cpp
@@ -0,0 +1,5 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: BSD-3-Clause
+
+void staticLibFunc2() {
+}