summaryrefslogtreecommitdiff
path: root/tests/include/byteswap_endian_test.c
blob: 012c1b5c447eb5e958bca5759d6310381cb9103c (plain)
1
2
3
4
5
6
7
8
9
/*-
 * Copyright (c) 2021 M. Warner Losh <imp@FreeBSD.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

/* Make sure this still passes if both endian.h and byteswap.h included */
#include <endian.h>
#include "byteswap_test.c"