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