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