aboutsummaryrefslogtreecommitdiff
path: root/test cases/7 mixed/func.c
blob: 9019a81d19e23de5c3628a84110f20d351e603b6 (plain)
1
2
3
4
int func() {
    int class = 0;
    return class;
}