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
/
input
/
cpp
/
bug_1758-f.cpp
blob: b324fbdad21d1c0c949dce0bebd70435c363d033 (
plain
)
1
2
3
4
5
6
7
8
9
10
int main() { for(int f=0; f < 1; f++) { auto a = int{1}; } return 0; }