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