# SPDX-FileCopyrightText: 2025 William Bell # SPDX-License-Identifier: GPL-3.0-or-later let f()=g() let g()=h() let h()=f() f()