xref: /freebsd/tests/include/byteswap_endian_test.c (revision 47cf7c780a3ebdd4b2daf2060fbd1598d384e798)
1 /*-
2  * Copyright (c) 2021 M. Warner Losh <imp@FreeBSD.org>
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 
7 /* Make sure this still passes if both endian.h and byteswap.h included */
8 #include <endian.h>
9 #include "byteswap_test.c"
10