#include <regex.h>
int const foo = REG_MINIMAL;
int main(void) { return 0; }
