#include <sys/resource.h>
int const foo = RLIMIT_STACK;
int main(void) { return 0; }
