aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/09.c
blob: 08a7ee46750087d6781450366847dc99d8f2b040 (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;
  }
}