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