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
[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git]
/
clang
/
test
/
CoverageMapping
/
Inputs
/
code.h
blob
609f54a8f1509c29965b7e68f76adfd734f27a95
1
// Some code for the middle of a program
2
3
x
=
x
;
4
if
(
x
==
0
) {
5
x
=
1
;
6
}
else
{
7
x
=
2
;
8
}
9
if
(
true
) {
10
x
=
x
;
11
}
else
{
12
x
=
x
;
13
}