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
/
unit
/
1 soname
/
main.c
blob: f5ccbb93615ddad3de1580104cc7bcad1b4021d6 (
plain
)
1
2
3
4
5
int
versioned_func
(
void
);
int
main
(
void
)
{
return
versioned_func
();
}