// RUN: %clangxx -O0 -g %s -o %t && %run %t #include int main(void) { return access("/dev/null", F_OK); }