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
/
shnodep
/
lib.c
blob: a3b7993c2f073d1d346b25d1e925fa27ccc640ef (
plain
)
1
2
3
4
5
6
#include
"../lib.h"
SYMBOL_EXPORT
int
get_shnodep_value
(
void
)
{
return
1
;
}