Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
common
/
145 recursive linking
/
stnodep
/
lib.c
blob: 4bc50bea2138b4a521ca303e2a1fe318462e3c6f (
plain
)
1
2
3
4
5
6
#include
"../lib.h"
SYMBOL_EXPORT
int
get_stnodep_value
(
void
)
{
return
2
;
}