/* * SPDX-FileCopyrightText: 2023 TU Dresden * SPDX-License-Identifier: LGPL-2.1-only */ #include void module_b(void) { puts("./module/b.c"); }