meson/test cases/unit/86 prelinking/file4.c

10 lines
105 B
C

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