repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
sanitizer_common
/
TestCases
/
Posix
/
access.cpp
blob
8623645f8bdfa5369a6d8c067134be11850b68d5
1
// RUN: %clangxx -O0 -g %s -o %t && %run %t
2
3
#include <unistd.h>
4
5
int
main
(
void
) {
return
access
(
"/dev/null"
,
F_OK
); }