#include <endian.h>
#ifndef BYTE_ORDER
#error "BYTE_ORDER is not defined"
#endif
int main(void) { return 0; }
