#include #include #include int main() { FILE* file = fopen("/sandbox/../outside.txt", "r"); assert(file == NULL); assert(errno == ENOTCAPABLE); return 0; }