summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/c/00146-Issue_3516.c
blob: 828d261191f7d300052541af8b8006d064793583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
void g () {
	h();
	int x;

	return;
	{
		h();
		int x;

		return;
	}
}