/* libcr_ipc/tests/test_rpc_compile.c - Test that compiles * * Copyright (C) 2025 Luke T. Shumaker * SPDX-License-Identifier: AGPL-3.0-or-later */ #include CR_RPC_DECLARE(intrpc, int, int); int main() { return 0; }