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