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