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
/
195 static threads
/
lib2.c
blob: e988814e2b65bc8c8414ac6e8d4588ea2d07884e (
plain
)
1
2
3
4
5
extern
void
*
f
(
void
);
void
*
g
(
void
)
{
return
f
();
}