aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/07.c
blob: 6abb5b5443738e78b2a3700fb54f1318d06daca7 (plain)
1
2
3
4
5
int foo(int a) {	
	if(x == y) {
		int z;
	}
}