// @BAKE gcc $@ #include #include int main(void) { const char *path = "../"; return access(path, R_OK); }