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