summaryrefslogtreecommitdiff
path: root/libcr_ipc/tests/test_rpc_compile.c
blob: ed0e0c190f901f85bb0d95fe67a64b1ef2909144 (plain)
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;
}