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
/
cmake
/
2 advanced
/
main3.cpp
blob: a82c9bd1d26603f7c3f17e91cd016248f61c9db8 (
plain
)
1
2
3
4
5
6
extern
void
slib
();
int
main
()
{
slib
();
return
0
;
}