aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/09.c
blob: ae86bb1a06098080338cdb0c511417b3cc9b885e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
int x()
{}

int g;

int zz(int a, int b, int c)
{
    if(a==b){
	int a;
	return a;
    }else{
	int fsdfsdfs;
	return c;
    }
}