/* * Copyright (c) 2024, Dan Klishch * * SPDX-License-Identifier: BSD-2-Clause */ [[gnu::weak]] int f(); int g(); int g() { return f(); }