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