summaryrefslogtreecommitdiff
path: root/test cases/common/272 unity/slib.c
blob: d7053366a47fd7e33c3acae8fee2db7178cf206d (plain)
1
2
3
4
5
6
int func1(void);
int func2(void);

int static_lib_func(void) {
    return func1() + func2();
}