index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
225 link language
/
c_linkage.cpp
blob: dc006b93608c995a3a0f15120929bf5b28586ea5 (
plain
)
1
2
3
4
5
extern
"C"
{
int
makeInt
(
void
)
{
return
0
;
}
}