aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test3.c
blob: 6940d1bc53f6293a880b98bfe7d1e1297d6c0f95 (plain) (blame)
1
2
3
4
5
6
7
8
9
/*
int test1(int a, int b, int c) {
    return a && b ? c - b ? c - b : a+b : 7;
}
*/

int t(int *p, int i) {
    return p[i];
}