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
/
input
/
cpp
/
Issue_2229.cpp
blob: 9f575dc13e20012465cc7c769623543fa36a15d4 (
plain
)
1
2
3
4
5
6
int foo() { if (false) {return 1;} if (true) {return 2;} float a = 0; }