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

int round1_b() {
    return round1_c();
}

int round2_b() {
    return round2_c();
}