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
add502c648
meson
/
test cases
/
common
/
121 extract all shared library
/
one.c
6 lines
57 B
C
Raw
Normal View
History
Unescape
Escape
Test extracting static objects into a shared library This was previously broken and we didn't know it. See #1169
2016-12-09 15:30:20 +08:00
#
include
"extractor.h"
Use strict function prototypes
2019-11-19 04:21:37 +08:00
int
func1
(
void
)
{
Test extracting static objects into a shared library This was previously broken and we didn't know it. See #1169
2016-12-09 15:30:20 +08:00
return
1
;
}