summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/30881-bug_1758-f.cpp
blob: 24bb563b1934540dc2f1443e302167231a64f253 (plain)
1
2
3
4
5
6
7
8
int main()
{

	for(int f=0; f < 1; f++)
		auto a = int{1};

	return 0;
}