/*optional*/
#include <limits.h>
#ifndef LINK_MAX
#error "LINK_MAX is not defined"
#endif
int main(void) { return 0; }
