1// RUN: %clangxx -O0 -g %s -o %t && %run %t2 3#include <unistd.h>4 5int main(void) { return access("/dev/null", F_OK); }6