xref
: /
ndk
/
tests
/
build
/
issue39824-__BYTE_ORDER
/
jni
/
issue39824-_BYTE_ORDER.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
endian.h
>
2
main()
3
int
main
()
4
{
5
return
0 *
_BYTE_ORDER
*
__BYTE_ORDER
;
6
}
7