This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
a78af23686
meson
/
test cases
/
unit
/
86 prelinking
/
file4.c
10 lines
105 B
C
Raw
Blame
History
#
include
<private_header.h>
int
round1_d
(
)
{
return
round2_a
(
)
;
}
int
round2_d
(
)
{
return
42
;
}
Reference in New Issue
View Git Blame
Copy Permalink