Sign in
qemu
/
meson
/
ef83d943d96c5d73c09bd6e2abbfdbb15ae73029
/
.
/
test cases
/
unit
/
86 prelinking
/
file4.c
blob: 622364e7863a8e52ba4f1d0556131ecd0702ce75 [
file
] [
log
] [
blame
]
#include
<private_header.h>
int
round1_d
()
{
return
round2_a
();
}
int
round2_d
()
{
return
42
;
}