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