xref: /freebsd/tests/include/endian_sys_endian_test.c (revision b64c5a0ace59af62eff52bfe110a521dc73c937b)
1 /*-
2  * Copyright (c) 2021 M. Warner Losh <imp@FreeBSD.org>
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 
7 /*
8  * Make sure this still passes if both endian.h and sys/endian.h are included
9  * with sys/endian.h first
10  */
11 #include <sys/endian.h>
12 #include <endian.h>
13 #include "sys_endian_test.c"
14