]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/mandoc/test-be32toh.c
Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to .../contrib/googletest
[FreeBSD/FreeBSD.git] / contrib / mandoc / test-be32toh.c
1 #ifdef SYS_ENDIAN
2 #include <sys/endian.h>
3 #else
4 #include <endian.h>
5 #endif
6
7 int
8 main(void)
9 {
10         return htobe32(be32toh(0x3a7d0cdb)) != 0x3a7d0cdb;
11 }