summaryrefslogtreecommitdiff
path: root/libcr_ipc/tests/test_sema_compile.c
blob: 8a635b2e7f017e3a331aa659a15f5fdc2f3de946 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* libcr_ipc/tests/test_sema_compile.c - Test that <libcr_ipc/sema.h> compiles
 *
 * Copyright (C) 2025  Luke T. Shumaker <lukeshu@lukeshu.com>
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

#include <libcr_ipc/sema.h>

int main() {
	return 0;
}