aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/86 prelinking/file3.c
blob: 85052beb4625fce60e4f0fa74f78301c791a7c93 (plain)
1
2
3
4
5
6
7
8
9
#include<private_header.h>

int round1_c() {
    return round1_d();
}

int round2_c() {
    return round2_d();
}