access.cpp 119 Bytes Raw Blame History Permalink 1 2 3 4 5 // RUN: %clangxx -O0 -g %s -o %t && %run %t #include <unistd.h> int main(void) { return access("/dev/null", F_OK); }