aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/5 linkstatic/main.c
blob: 7bd54d43b45af7acd09a4d39977612af35d639ec (plain)
1
2
3
4
5
int func();

int main(void) {
    return func();
}