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

#include <libcr_ipc/mutex.h>

int main() {
	return 0;
}