1 2 3 4 5 6 7 8 9 10 11 12 13
/* libcr_ipc/tests/test_rpc_compile.c - Test that <libcr_ipc/rpc.h> compiles * * Copyright (C) 2025 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-License-Identifier: AGPL-3.0-or-later */ #include <libcr_ipc/rpc.h> CR_RPC_DECLARE(intrpc, int, int); int main() { return 0; }