summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/Issue_3518.c
blob: cf8d0c957554225785e83a59950923617b034253 (plain)
1
2
3
4
5
6
7
8
9
10
void g () {
	h();
	int x;
	return;
	{
		h();
		int x;
		return;
	}
}