xref
: /
llvm-project-15.0.7
/
clang
/
test
/
CodeGenCXX
/
expr.cpp
(revision a0abe629)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: clang -emit-llvm -x c++ < %s
2
3
void
f
(
int
x
) {
4
if
(
x
!=
0
)
return
;
5
}
6