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