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] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
SymbolFile
/
PDB
/
Inputs
/
FunctionNestedBlockTest.cpp
blob
62e201df5fefce1a332feae3d067caf57b1fbfa7
1
int
main
() {
2
auto
r
=
0
;
3
for
(
auto
i
=
1
;
i
<=
10
;
i
++) {
4
r
+=
i
&
1
+ (
i
-
1
) &
1
-
1
;
5
}
6
7
return
r
;
8
}