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