// Check that closedir(NULL) is ok. // RUN: %clang -O2 %s -o %t && %run %t #include #include int main() { closedir(0); }