summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/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;
}