1 /* Public domain. */
2 
3 #include <sys/types.h>
4 #include <dirent.h>
5 
foo()6 void foo()
7 {
8   DIR *dir;
9   struct dirent *d;
10 }
11