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