aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/12.c
blob: 37b8b7e002b770c49903cb5677d332b196ee26bf (plain)
1
2
3
4
int f(int b, int c) {
    int a = b+c;
    return a;
}