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.74.0
/
tests
/
input
/
cpp
/
sp_throw_paren.cpp
blob: f45f1a9a7259430aa5438d4bfdfcd8516ec7409c (
plain
)
1
2
3
4
5
6
7
void foo() { throw(x); throw (y); throw (z); }