DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / input / cpp / bug_1758-f.cpp
12345678910
int main() { for(int f=0; f < 1; f++) { auto a = int{1}; } return 0; }