Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dd46eb770f1bf7f38aa440fa23786c8976be16aa
/
.
/
clang
/
test
/
CodeGenCXX
/
expr.cpp
blob: ae5b0e644f277faf92101f04eff3777510d0359b [
file
] [
log
] [
blame
]
Daniel Dunbar
a45cf5b
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -emit-llvm -x c++ < %s
Nuno Lopes
a0abe62
2009-01-11 23:22:37 +0000
[
diff
] [
blame
]
2
3
void
f
(
int
x
)
{
4
if
(
x
!=
0
)
return
;
5
}