aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/06.c
blob: f182bd9f58d6f13031477c32ed5f40312ac8d50f (plain)
1
2
3
4
5
6
int f(int a, int b, int c) {
	int d;
	{
		int e;
	}
}