meson/test cases/unit/87 prelinking/file3.c

10 lines
113 B
C

#include<private_header.h>
int round1_c() {
return round1_d();
}
int round2_c() {
return round2_d();
}