index
:
extra-dependencies
master
This contains extra packages required to build TDE under various distros.
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
uncrustify-trinity
/
uncrustify-trinity-0.75.0
/
tests
/
expected
/
cpp
/
30929-bug_1324.cpp
blob: 1aca57626d26b49c24c19a6641f2a41b4045f53b (
plain
)
1
2
3
4
5
6
7
8
9
10
{ for (i = 0;i < 10;i++) { b = i + 1; } for (;; ) { b = b + 1; } }