c64a90e089e41d756c9cd907c3a66bfa9842bd48
[cparser] / paramredef.c
1
2 int func(int x) {
3         int x;
4
5         return x;
6 }