// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: BSD-3-Clause
void staticLibFunc2();
void objLibFunc() {
staticLibFunc2();
}