#include <unistd.h>
int const foo = _PC_NO_TRUNC;
int main(void) { return 0; }
