#include #include #include int main() { FILE* file = fopen("/sandbox/subdir/loop1", "r"); assert(file == NULL); assert(errno == ELOOP); }