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.78.1
/
tests
/
expected
/
cpp
/
34514-sp_cond_question.cpp
blob: cec6c827ca3ca35d9014bceca46a7f77378e98b3 (
plain
)
1
2
3
4
5
6
//example file int b; int t; int f; int a = b ? t : f; int a = b ? : f;