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
/
225 link language
/
c_linkage.cpp
blob: dc006b93608c995a3a0f15120929bf5b28586ea5 (
plain
)
1
2
3
4
5
extern
"C"
{
int
makeInt
(
void
)
{
return
0
;
}
}