Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
062c406a85a3669931da866728ec0373d88598c9
/
.
/
clang
/
test
/
CoverageMapping
/
Inputs
/
code.h
blob: cd3cfb5d3fed8bbdee7bcaafa1ae19b7cf78f5af [
file
] [
log
] [
blame
]
x
=
x
;
if
(
x
==
0
)
{
x
=
1
;
}
else
{
x
=
2
;
}
if
(
true
)
{
x
=
x
;
}
else
{
x
=
x
;
}