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