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